James Newton-King

Results 646 comments of James Newton-King

Does `Monitor.IsEntered(Lock)` stop working in .NET 9 if you use the new lock type?

I don't want to update source code to not use the lock statement. And I don't want to add a new package. My preference is to have .NET 9 (and...

> Grpc.Net.Client supports net462 net462 was added to Grpc.Net.Client so it could automatically include and use the WinHttpHandler package. netstandard2.0 supports .NET Framework, so I don't think it was added...

Load balancing is already supported with .net9. What happens when you use it?

> There are no other details in the exception A 500 status code is all the client can see. You need to look at the server to discover why it...

Is the problem inside Azure App Service + gRPC? The gRPC client is just reporting the response the server is giving it.

To be clear, there are layers between your gRPC server and your gRPC client. It's possible the 500 error is happening there. You will need to ask Azure folks what...

Logging instructions here: https://learn.microsoft.com/en-us/aspnet/core/grpc/diagnostics?view=aspnetcore-8.0

I'm not a fan of adding `Meter` to the titles. It makes the content feel messier. Were people confused before? It's not a hill I'll die on. I'll acquiesce to...

@krasin-ga Good find. I have a PR with test for your scenario: https://github.com/grpc/grpc-dotnet/pull/2385. Would be great if you could take a look.