Open clafix opened 4 years ago
I also noticed that after a long time of work (1-2 days) the server stops accepting any published messages from mqtt clients. Messages do not appear in the device’s Downlinks, and the server even does not show an error if you send broken JSON. After the server container restart, publish starts working fine. Before container restart: After:
Hi everyone!
I'm working with lorawan-server about a some weeks, and uplink messages from device works fine. I see "join" events and see correct uplink data in server web-interface (Frames) and in MQTT.fx client.
But publishing downlink messages wroks not as expected. I'm tried to send (publish) downlink messages from MQTT.fx client to device, and found 2 issues:
Proofs of this issue:
This behaviour (fail delivery on publish before "join" and success delivery on publish immediately after "join") checked a lot of times. It really works as is. Event "delivered" i I have never seen at all testings time.
What i do wrong, and how i can get event "delivered"? And why message delivering successfuly, only if it will be sent only immediately after "join" (although the message is stored on the server until the "join" event)?
I would be grateful for any help, thanks in advance!