-
Notifications
You must be signed in to change notification settings - Fork 467
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
MQTT Error Code 7 - AMQJS0007E Socket error: Unknown socket error #237
Comments
the same issue. I subscribe a topics. The logs show "onConnectionLost:AMQJS0007E Socket error:undefined.', 7" or "onConnectionLost:AMQJS0008I Socket closed.', 8" and then reconnecting successful. 我想到的唯一方法就是把keepAliveInterval设置的尽可能长。 |
the same issue. I subscribe a topics. The logs show "onConnectionLost:AMQJS0007E Socket error:undefined.', 7" or "onConnectionLost:AMQJS0008I Socket closed.', 8" and then reconnecting successful. 我想到的唯一方法就是把keepAliveInterval设置的尽可能长。 keepAliveInterval: integer [0..65535] (CONNECT) |
1 similar comment
the same issue. I subscribe a topics. The logs show "onConnectionLost:AMQJS0007E Socket error:undefined.', 7" or "onConnectionLost:AMQJS0008I Socket closed.', 8" and then reconnecting successful. 我想到的唯一方法就是把keepAliveInterval设置的尽可能长。 keepAliveInterval: integer [0..65535] (CONNECT) |
Some disconnection errors are due to reuse the same |
any solution? |
the same issue on connect |
having the same issue in react native it just sometimes works and sometimes it throws this error |
I'm trying to use one Client (Mobile App) to subscribe to multiple topics at the same time. It works at first but then it keeps disconnecting my previous subscribed topics and shows this error message "AMQJS0007E Socket error: Unknown socket error". Instead, I want all the connections to be alive so I can receive real-time data instead of keeping reconnecting all the time.
Please help me resolving this issue.
Thank you.
The text was updated successfully, but these errors were encountered: