A small decorator for the JavaScript WebSocket API that automatically reconnects
Stars
4.3k
Forks
959
Watchers
4.3k
Open Issues
79
Overall repository health assessment
29
commits
12
commits
8
commits
4
commits
3
commits
3
commits
2
commits
2
commits
1
commits
1
commits
Merge pull request #42 from charliesome/max-reconnect-attempts
fcd737fView on GitHubSkip defining ReconnectingWebSocket unless WebSocket exists
2aca74dView on GitHubreset reconnectAttempts to zero when user calls open()
3e8cfa3View on GitHubupdate typescript definition with maxReconnectAttempts property
56d449dView on GitHubadd maxReconnectAttempts to limit number of retries
c3c5cc8View on GitHub