-
Notifications
You must be signed in to change notification settings - Fork 107
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
heartbeat not work with active mq #11
Comments
Good morning. I am facing the same issue. @guotie have you found a solution yet? I may dig in when I have a bit more time on my hands, but so far I just working around it by reconnecting when I get the disconnect status |
https://github.com/guotie/stomp The active MQ close the connection even if the heart beat message late 1 ns, so just modify the write heart beat time can solve the problem. but there are other problem with this package, i have fix it in my branch. |
I had modified the heart beat time and still no luck. I'll look at your On 25 June 2015 at 10:55, 铁哥 [email protected] wrote:
Maxime Paradis |
I use default heartbeat setting, but the connection closed every 4 minutes.
The text was updated successfully, but these errors were encountered: