Skip to content

Commit 3dee8cc

Browse files
authored
add note about xamarin apps
1 parent 9174ead commit 3dee8cc

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
@@ -82,6 +82,9 @@ var channel = GrpcChannel.ForAddress("http://localhost:5000");
8282
var client = new Greet.GreeterClient(channel);
8383
```
8484

85+
> [!NOTE]
86+
> This configuration currently doesn't work with Xamarin apps.
87+
8588
## Unable to start ASP.NET Core gRPC app on macOS
8689

8790
Kestrel doesn't support HTTP/2 with TLS on macOS and older Windows versions such as Windows 7. 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)