Terry Wilson
Terry Wilson
I'm also experiencing this every time my computer wakes up from sleep. So far `sudo nextdns restart` has fixed it. I'm on Ubuntu 22.04.1 LTS. ``` $ uname -a Linux...
cc: @ejona86 @murgatroid99
PR https://github.com/grpc/grpc-java/pull/9501 should assure that ServerCallStreamObserver.isCancelled() always returns true when the call has been cancelled.
@apolcyn Do you think this one is still a relevant issue?
priority: https://github.com/grpc/grpc-java/pull/9363 weighted_target: https://github.com/grpc/grpc-java/pull/9306 cluster_manager: https://github.com/grpc/grpc-java/pull/9365 We determined that, in Java at least, RLS did not need this change.
If I had to guess there might be something wrong with how you manage connection states, but without seeing the code I can't be sure.
Some follow-up questions to better understand if thsi might be a bug in gRPC: - What version do you have on the server? - Is it also a Java server?...
Sorry for the delay, some more questions: - Do you also use version 1.42.1 on the client? - Have you tried with the latest version of grcp-java? - Are you...
I think I understand what you mean by "server side" errors: The proxy receives a call from the client, then makes a call to the target server that returns the...
FYI @ejona86 @chalin