frequent connection interrupts for 2-5 sec #592
-
Hi, I'm getting frequent (several times per day) connection interrupted events (MqttConnection->OnConnectionInterrupted) followd by "connection resumed" for a duration of 2 to 5 seconds each (depending on device, but on same device duration is the same on every occurance). Are there any config tweaks I can do on this? Thanks, Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Many things can be causing interrupts with IoT devices and they are designed to take this into account. As long as it's reconnecting without any problems I wouldn't be worried. Does you application break with the 2-5 second interrupts? |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
You can try changing the
keepAliveTimeSecs
to change this. Please let us know if you have any more questions about this sdk.