rogchap / wombat

Cross platform gRPC client
MIT License
1.4k stars 52 forks source link

Immediately retry a disconnected grpc connection before attempting to send a request #61

Closed aschey closed 3 years ago

aschey commented 3 years ago

Resolves #60

This change enables Wombat to immediately attempt to reconnect to the grpc server before sending a message if the current connection is disconnected. This is convenient in scenarios where the server has been disconnected for a while and you don't want to wait for the exponential backoff to retry.