Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

Fixes double send issue #36

Closed pbcomm closed 13 years ago

pbcomm commented 13 years ago

When user refreshes the browser the disconnect and cleanup is not happening fast enough. Calling sendBroadcast right away will cause that user to receive the same message twice.

tommedema commented 13 years ago

What are all these hardcoded timeouts for anyway? They shouldn't be necessary.

ericz commented 13 years ago

Hey pbcomm,

This issue had been fixed in NowJS v0.5. Thanks for the heads up and pull request.