cql-proxy icon indicating copy to clipboard operation
cql-proxy copied to clipboard

Retry reconnections immediately when there are UP events

Open mpenick opened this issue 4 years ago • 0 comments

Retries currently use exponential backoff which could end up taking quite some time after many retries (as designed). Allow UP events to short circuit the wait and retry immediately.

mpenick avatar Jun 29 '21 21:06 mpenick