Skip to content

Commit

Permalink
feat(hub connection): implemented reconnection strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton Lautier committed Dec 4, 2017
1 parent 7767e0e commit 12cd84d
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 108 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -24,7 +24,10 @@ SignalR client library built on top of `@aspnet/signalr-client`. This gives you
* Connection state notifications
* Sending extra connection details easily and keeps the current connection state
* Subscriptions are handled through `RxJS` streams.
* Reconnection strategies (***in development***)
* Reconnection strategies:
* Random
* BackOff
* Custom
* Auto re-subscriptions after getting disconnected and re-connected (***in development***)
* Contains minimal dependencies (`SignalR` and `RxJS` only)
* `No constraints` with any frameworks.
Expand Down

0 comments on commit 12cd84d

Please sign in to comment.