1.0.3
[1.0.3] - 2020-03-17
Fixed:
- The backoff delay logic for reconnecting after a stream failure was broken so that if a failure occurred after a stream had been active for at least
reconnect_reset_interval
(default 60 seconds), retries would use no delay, potentially causing a flood of requests and a spike in CPU usage.