You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working with a kRPC client and server in a distributed setup, and I’m facing challenges with automatic reconnection when the server goes down (e.g., during restarts or failures). The client disconnects and does not retry or reconnect to the server automatically.
Questions:
Is there a built-in mechanism in kRPC or Ktor for client reconnection when the server goes down or restarts?
The text was updated successfully, but these errors were encountered:
I’m working with a kRPC client and server in a distributed setup, and I’m facing challenges with automatic reconnection when the server goes down (e.g., during restarts or failures). The client disconnects and does not retry or reconnect to the server automatically.
Questions:
The text was updated successfully, but these errors were encountered: