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

now.ready #39

Closed dvv closed 13 years ago

dvv commented 13 years ago

Hi!

Opera/9.80 (X11; Linux i686; U; ru) Presto/2.7.62 Version/11.01

Resulting now.js, L671 -- here can be ready == null -- this causes exception. If I try/catch this line, now.ready handler is called twice.

TIA, --Vladimir

ericz commented 13 years ago

Strange, ready should never be null on initial connection?

dvv commented 13 years ago

It's ok with current master. Can be closed

dvv commented 13 years ago

Sorry, have to reopen. Opera/9.80 (X11; Linux i686; U; ru) Presto/2.7.62 Version/11.01 -- now.ready() is spawned twice. Reason unknown so far...

update: Finally proven unrelated to now.js. Very well. Closing...