You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebSocketActor class only uses ExponentialBackoff as a Sequence where Element == TimeInterval. Change that interface so that other backoff logic can be substituted.