You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when use long-polling as the transport, onOpen callback function fires not properly.
varsocket=$.atmosphere;request.onOpen(response){//here will get "subSocket is undefined".subSocket.push(something);}varsubSocket=socket.subscribe(request);
when use long-polling as the transport, onOpen callback function fires not properly.
more details please ref to here:
https://groups.google.com/forum/?fromgroups=#!topic/atmosphere-framework/laiDwX2jIIM
and I think onOpen function should be fired after the subscribe() function finished as the same as we use websocket.
please fix it.
The text was updated successfully, but these errors were encountered: