We are using gRPC with Unix Domain Socket (UDS) on android. We are using waitForReady() and are bring our gRPC server up when app is active. However, sometimes when opening the app the connection is ...
What did you expect to see? After upgrading gRPC-Java from 1.38.0 to 1.56.0, no requests should be cancelled, maintaining the stability observed in the previous version. Some requests are immediately ...