-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
Websocket error on Atmosphere.js #1146
Comments
Not sure which sample you are using, but everything works as expected for me using the samples/chat . Can you share a test case? Also which version are you using? Which browser? Thanks! |
I use the GWT20 JSON sample. I have no testcase. Longpolling works fine. I use the latest version of atmosphere.js and atmosphere core RC4 and atmosphere GWT RC3. Since the code is running fine on all other transports the error must be in atmosphere.js |
Which browser? |
Chrome latest version. MAC OSX latest version |
same error in Mac Firefox 21 |
It turns out that this error happens to the first message being sent with websocket Uncaught TypeError: Cannot call method 'toString' of undefined atmosphere.js:2572 |
Unable to reproduce |
When using websocket I get the following console errors:
The text was updated successfully, but these errors were encountered: