This repository was archived by the owner on Jan 17, 2020. It is now read-only.

Description
I have some simple code that subscribes to two mqtt messages which arrive around every couple of seconds and every 8 seconds publishes. However, every couple of days or so I start getting the error
ERROR rumqtt::client::connection > Notification send failed. Error = "Full(..)"
Does this come from the client or the mqtt server (mosquito) ?
How can I handle this error ?
I am just using the default branch. ie
rumqtt = "*"
Thanks