Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
diegobassay opened this issue Jan 16, 2014 · 1 comment
Open

Comments

@diegobassay
Copy link

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
Copy link
Owner

keesun commented Jan 17, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants