Frequent mDot disconnection in fw version 3.3.13
- This topic has 0 replies, 1 voice, and was last updated 6 years, 11 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › Frequent mDot disconnection in fw version 3.3.13
I was using the mlinux version 3.2.0 since last year and it was all working fine. I wrote an app to process the incoming mosquitto packet and used the sequence number which is part of the json packet. The logic of the app was based on that number which was always incrementing and reseting to zero only when the mDot (end device) gets reset.
Recently when I ran the same app on new firmware version 3.3.13, I see only zeroes as sequence number for all packets. And also the message takes a lot longer than 3.2.0 to show up on mosquitto_sub
Is there any specific reason for that ?