-
Notifications
You must be signed in to change notification settings - Fork 364
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: failed: Data frame received after close #291
Comments
Try calling |
still same.... |
why conn.connect method doesn't close old ws connection... i think that's the main problem |
is there any solutions ? |
I don't know. Are you reusing the Strophe.Connection object or creating a new one? |
creating new one. . |
That's probably your problem. You should call |
` if (!conn.connection) { i tried that but ended with same result.. actually connect method initialize new websocket connection. also i tested it in edge and error hasn't occured on disconnect and there is only one active ws connection |
same problem here. |
After sending conn.disconnect() strophe gives such error and than trying to connect again. second attempt completes successfully, but there is 2 active same ws connection.
The text was updated successfully, but these errors were encountered: