chirpstack-application-server
chirpstack-application-server copied to clipboard
Queue length management
In order to improve the queue management of the devices, improvements on the queue management could be useful :
Be able to set the queue length application per application or overrided by device.
If the queue is full, message is rejected, If the queue is not yet full, the message is accepted and queued.
And in the downlink api, a flag "andFlushQueue" would be interresting to be sure to have a fresh message sent at the next downlink.
Regards,