You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/grpc/troubleshoot.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,9 @@ var channel = GrpcChannel.ForAddress("http://localhost:5000");
82
82
varclient=newGreet.GreeterClient(channel);
83
83
```
84
84
85
+
> [!NOTE]
86
+
> This configuration currently doesn't work with Xamarin apps.
87
+
85
88
## Unable to start ASP.NET Core gRPC app on macOS
86
89
87
90
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