Flotype / now

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

nowjs doesn't emit "connect" if clientWrite is false #183

Closed jephir closed 12 years ago

jephir commented 12 years ago

If clientWrite is set to false when initializing nowjs, then nowjs will not emit "connect" when a client connects.

steveWang commented 12 years ago

That seems like a silly bug. See cc73280?

jephir commented 12 years ago

Yep, that fixes it. Thanks.