jwu-dharmo

Results 2 issues of jwu-dharmo

It will be nice to include information on how to pass parameters the the interceptor. For example, I know we can specify parameters during the AddServiceOptions() call, but how do...

Source - Docs.ms
gRPC
:watch: Not Triaged

I started a gRPC project from Visual Studio 2022 with .Net 6.0. Steps: 1. Microsoft.Extensions.Hosting.WindowsServices (6.0.0) 2. Add this line to program.cs `builder.Host.UseWindowsService();` 3. Build the project 4. Created a...