joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.23k stars 967 forks source link

Added automaticOpen option. Determines whether or not the socket will be... #37

Closed Jakobud closed 9 years ago

Jakobud commented 9 years ago
joewalnes commented 9 years ago

Code looks good. Can you beef up the docs in the header and README to explain this.

Jakobud commented 9 years ago

Done!

joewalnes commented 9 years ago

Awesome. I'm seeing some merge conflicts. Can you make sure you are up to date with origin master.

Jakobud commented 9 years ago

I think I fixed the merge conflicts. Good to go I think!

joewalnes commented 9 years ago

Merged, thanks!