wearefractal / pulsar

Events/PubSub via WebSockets
MIT License
20 stars 2 forks source link

Reconnect Channels on Socket Reset #2

Closed bitmage closed 11 years ago

bitmage commented 11 years ago

Reconnecting all the channels when the socket resets allows the communication stream to continue (relatively) uninterrupted. At the very least it will heal itself without a page refresh.

Related to: https://github.com/wearefractal/protosock/pull/3

bitmage commented 11 years ago

We've got this built into the master branch now, in a cleaner way. Closing.