Skip to content

Commit 9365665

Browse files
author
billal mesloub
authored
Merge pull request #43 from zeynepozturkmen/mairaw-patch-1
add note about xamarin apps
2 parents 3a3c2c7 + 3dee8cc commit 9365665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aspnetcore/grpc/troubleshoot.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ There are some additional requirements to call insecure gRPC services depending
7272
> [!IMPORTANT]
7373
> Insecure gRPC services must be hosted on a HTTP/2-only port. For more information, see [ASP.NET Core protocol negotiation](xref:grpc/aspnetcore#protocol-negotiation).
7474
75+
> [!NOTE]
76+
> This configuration currently doesn't work with Xamarin apps.
77+
7578
## Unable to start ASP.NET Core gRPC app on macOS
7679

7780
Kestrel doesn't support HTTP/2 with TLS on macOS before .NET 8. The ASP.NET Core gRPC template and samples use TLS by default. You'll see the following error message when you attempt to start the gRPC server:

0 commit comments

Comments
 (0)