Closed TheBestJohn closed 5 years ago
Looks like this function throws an error if the max_queue is met however it's more of a status message than an error isn't it? The message is still queued for dispatch, it's just waiting on the message queue to not be full.
Unfortunately no. If your notification receiver isn't keeping up with the incoming messages, you'll loose messages
related #139
Ah I see, I was seeing "try send" as try to send to the broker.
Looks like this function throws an error if the max_queue is met however it's more of a status message than an error isn't it? The message is still queued for dispatch, it's just waiting on the message queue to not be full.