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
I'm trying to call the method "socket.emit (arg1, arg2)" (javascript) for Firefox (v.22, v.26), the call is not received within "VerticleClass", the problem does not happen with other browsers (IE, Chrome, Safari), but when listening method "socket.on (arg1, arg2)" Firefox receives the data normally. What do you think is happening? Is this a bug?
The text was updated successfully, but these errors were encountered:
I think it might be a bug, but I need more information with your environment:
Can you debug the firefox with firebug or something to find out which kind of transportation is used with the socket's connection?
Which version of the socket.io are you using? the client side library, I just tested this module with socket.io 0.9.10. If you are using the latest version of the socket.io I will use it.
Hi, keesun
I'm trying to call the method "socket.emit (arg1, arg2)" (javascript) for Firefox (v.22, v.26), the call is not received within "VerticleClass", the problem does not happen with other browsers (IE, Chrome, Safari), but when listening method "socket.on (arg1, arg2)" Firefox receives the data normally. What do you think is happening? Is this a bug?
The text was updated successfully, but these errors were encountered: