-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
send PingREQ #1863
send PingREQ #1863
Comments
@BenAhrdt What mqttjs version are you using? Does it work with 5.5.4? |
The Last Version i Check it worked was 5.3.6 |
But is the PingREQ Send automaticaly? |
Yeah it is |
And how i configure the keepalive? |
@BenAhrdt Use 5.6.0 you don't have to configure anything, you can just choose a keepalive in options but it is 60 seconds by default if not specified and it's automatically handled by MQTTjs |
@robertsLando it looks good |
Hi. Actual we have an issue with keepalive.
If i set it to more than 0 the client closes and reconnect every 5 oder 10 minutes.
Have i to send an pingreq manually?
If yes => How can i send it?
Is ther something link client.pingReq();????
The text was updated successfully, but these errors were encountered: