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
Build the project to create the types in the `GrpcGreeter` namespace. The `GrpcGreeter` types are generated automatically by the build process.
230
+
Build the client project to create the types in the `GrpcGreeter` namespace. The `GrpcGreeter` types are generated automatically by the build process.
235
231
236
232
Update the gRPC client *Program.cs* file with the following code:
237
233
@@ -265,6 +261,10 @@ The Greeter client calls the asynchronous `SayHello` method. The result of the `
265
261
266
262
# [Visual Studio for Mac](#tab/visual-studio-mac)
267
263
264
+
* Due to the previously mentioned [HTTP/2 TLS issue on macOS workaround](xref:grpc/troubleshoot#unable-to-start-aspnet-core-grpc-app-on-macos), you'll need to update the channel address in the client to "http://localhost:5000". Update line 13 of **GrpcGreeterClient/Program.cs** to read:
0 commit comments