Open bestouff opened 7 years ago
ping ?
Let me see
(FWIW I don't think using unwrap() in libraries is idiomatic in rust, because of the induced panic.)
Got this errors when keep_alive
was set to 5 sec.
With 60 sec error rate is significantly reduced.
Hi,
in mqttc-0.1.4/src/client.rs, line 690:
the
unwrap()
panics:Could it return something meaningful instead ?