Open drahnr opened 7 years ago
In the codebase the call to self_disconnect is commented. Why? This will prevent sending any kind of proper DISCONNECT package to the broker.
self_disconnect
DISCONNECT
https://github.com/inre/rust-mq/blob/master/mqttc/src/client.rs#L238
In the codebase the call to
self_disconnect
is commented. Why? This will prevent sending any kind of properDISCONNECT
package to the broker.https://github.com/inre/rust-mq/blob/master/mqttc/src/client.rs#L238