keesun / mod-socket-io

Vert.x Socket.IO Module
Other
107 stars 40 forks source link

Problems: The method 'emit(arg1, arg2)' don't works on Firefox #20

Open diegobassay opened 10 years ago

diegobassay commented 10 years ago

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?

keesun commented 10 years ago

Hi @diegobassay

I think it might be a bug, but I need more information with your environment:

  1. Can you debug the firefox with firebug or something to find out which kind of transportation is used with the socket's connection?
  2. 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.

Thanks