MQTTnet
MQTTnet copied to clipboard
Access to Client Outbound Publishing queue
Is there any way to see how large the outbound publishing queue is? We would like to throttle the data our application publishes if the outbound publishing queue is getting too large/backed up but I don't see any way to determine the size.
Also asked in Discussions...
Do you refer to the server or client?
Client. We have an app that is connected via a cellular modem and want to slow down traffic if it becomes backed up sending traffic to the broker.
The client has no internal queue. So you can simply check the network state before publishing.
With the managed client this is not possible.