websocket-actor-system icon indicating copy to clipboard operation
websocket-actor-system copied to clipboard

Simplify WebSocketActor interface to ExponentialBackoff

Open samalone opened this issue 1 year ago • 0 comments

The WebSocketActor class only uses ExponentialBackoff as a Sequence where Element == TimeInterval. Change that interface so that other backoff logic can be substituted.

This is a prerequisite for #12.

samalone avatar Dec 11 '23 14:12 samalone