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

Consider moving generally useful code into separate packages

Open samalone opened this issue 1 year ago • 0 comments

Some utility types inside this package might be better placed in their own packages so they can be used elsewhere. Some possibilities:

  • ExponentialBackoff
  • TaskPath
  • ResilientTask

Getting these out of the WebSocketActors package would also streamline its documentation, making the package easier to understand.

samalone avatar Dec 11 '23 13:12 samalone