I have trouble with unstacking frames when recovering MQTT connection : when the gateway unstack accumulated frames, it doesn’t send them in the logic way. (I mean in the chronological order)
For exemple for the same device, an uplink with fcnt = 14 is sent before uplink with fcnt 12… So the application server raise the “UPLINK_FCNT_RESET” error… I have already tried to disable the security about counter frame but I think this is not a good way to solve my problem !
I juste want the chirpstack-gateway-bridge to unstack frame in chronological order.
Is there a solution for that ? Maybe it’s part of paho mqtt library ?