eclipse / paho.mqtt.rust

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

if subscribe with a nonexist topic failed, then connection loss #198

Closed voididea closed 1 year ago

voididea commented 1 year ago

if subscribe with a nonexist topic failed, then connection loss expects: subscribe failures should not influence the client connection

fpagliughi commented 1 year ago

What do you mean by "nonexist topic"? One that has never been published? On that is blank, "" ?

voididea commented 1 year ago

What do you mean by "nonexist topic"? One that has never been published? On that is blank, "" ?

had figure out, it was mqtt server side who close the connection,