Commit graph

1 commit

Author SHA1 Message Date
Olaoluwa Osuntokun
24d2f6127e
sidecar: add simple exponential back off for mailbox reads
In this commit, we fix an existing issue that would cause sidecar
negotiation to halt if either the server restarted, or if the main
connection was torn down. To address this, we add a simple abstraction
that implements stateful exponential back-off that'll wait for a period
of time before trying to read from the mailbox again.
2021-06-25 14:59:11 -07:00