https://stackoverflow.com/questions/76219206/grpc-module-throwing-error-with-electron-js Facing above issue . any one has any idea ??
On Thursday, May 11, 2023 at 8:35:44 PM UTC+5:30 Bhuvi Viji wrote: > Hi, > > Currently we are doing some performance testing with our gRPC based > server and client apps and below are the Observations with the test results > and Need feedback on this. > > 1.Even if the upstream gRPC service is up and running, client gets > "Unreachable error" at times - what is the exact reason. We have configured > retries to resolve the issue. But would like to understand what is > happening behind it. > > 2. We configured have configured semaphore object to throttle request in > client side even with Semaphore count of 10 , still seeing retries, its > same as without having the semaphore object so would like to know the > client side connection queueing feature where we can limit the connections > on the channel instead of using a separate variables. > > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/1a83e03b-0728-47f1-8a84-35835f6f00e8n%40googlegroups.com.
