We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the websocket onOpen callback, strangely, the message is null instead of ''
atmosphere.js:2884 Uncaught TypeError: Cannot read property 'length' of null at _invokeCallback (atmosphere.js:2884) at _open (atmosphere.js:1041) at WebSocket._websocket.onopen (atmosphere.js:1426) _invokeCallback @ atmosphere.js:2884 _open @ atmosphere.js:1041 _websocket.onopen @ atmosphere.js:1426
The text was updated successfully, but these errors were encountered:
@dreamershl Any idea? How do you reproduce it?
Sorry, something went wrong.
don't understand it too. it happens quite often. My system will do the following after clicking the login button
This often happens in the second click. I suspect the first step, cancelling all previous request, may be the reason for this issue.
No branches or pull requests
In the websocket onOpen callback, strangely, the message is null instead of ''
The text was updated successfully, but these errors were encountered: