James Newton-King
James Newton-King
> When I was measuring startup times, I used `docker inspect --format='{{.State.StartedAt}}'` to get the start time of the container. Then I would subtract off the timestamp of when the...
> Since this is opt-in functionality, it seems reasonable to also require the explicit addition of QUIC to the image. HTTP/3 will be enabled by default in ASP.NET Core in...
They're for backwards compatibility.
See https://github.com/JamesNK/Newtonsoft.Json.Bson/issues/42#issuecomment-1707803383
What is the runtime issue? Are you using .NET Framework and it is an assembly version issue? If so, just add a binding redirect.
I think it is a good idea. And defaulting to HTTP/2 only seems like a good idea too. Making HTTP/3 an explicit choice would reduce confusion. Just need to find...
PR: https://github.com/grpc/grpc-dotnet/pull/2514
Should be fixed in 2.63.0
So to be clear, the problem is you're sometimes getting the wrong exception? You expect to always get "The SSL connection could not be established" but sometimes you get "A...
Btw, this is a different bug and should be in a different issue. Please create a new one. Original issue should be fixed in 2.63.0.