issues
search
joewalnes
/
reconnecting-websocket
A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.24k
stars
967
forks
source link
Bower package, exponential backoff and module loading
#16
Closed
headlessme
closed
10 years ago
headlessme
commented
10 years ago
These commits add:
Bower package file (still needs publishing to bower)
Exponential backoff (don't spam server with connect requests if it constantly fails to connect)
Add support for CommonJS and AMD module loading (doesn't break global loading)
Fix parameter to connect call
joewalnes
commented
10 years ago
Nicely done! Thanks!
These commits add: