eclipse / paho.mqtt.rust

paho.mqtt.rust
Other
511 stars 102 forks source link

No consumer notification when broker cleanly disconnects #193

Closed fpagliughi closed 10 months ago

fpagliughi commented 1 year ago

When a consumer application is receiving messages from a channel or stream, it gets a None when the client is unexpectedly disconnected from the broker.

This None notification does not arrive if the broker cleanly disconnects from the client by sending a DISCONNECT packet.