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.
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.