AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
203 stars 72 forks source link

Unclear Error Message: Notification send failed. Error = "Full(..)" #158

Closed TheBestJohn closed 5 years ago

TheBestJohn commented 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.

tekjar commented 5 years ago

Unfortunately no. If your notification receiver isn't keeping up with the incoming messages, you'll loose messages

tekjar commented 5 years ago

related #139

TheBestJohn commented 5 years ago

Ah I see, I was seeing "try send" as try to send to the broker.