You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
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
Create an unbounded crossbeam_channel by default. For bounded crossbeam_channel use the 'set_notification_channel_capacity' to a value of choice.
This should fix the issue AtherEnergy#166.
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
The text was updated successfully, but these errors were encountered: