Dustin C. Hatch 41c87d87af mqtt: Add MqttClient::connect method
Separating the `connect` call out of the `MqttClient::new` function
makes is such that we do not have to create a new object for each
iteration of the initial connection loop.  Instead, we just create one
object and repeatedly call its `connect` method until it succeeds
2022-12-30 14:39:10 -06:00
2022-12-30 14:39:10 -06:00
2022-12-30 09:10:05 -06:00
2022-12-30 13:49:01 -06:00
2022-12-30 13:49:01 -06:00
2022-12-30 13:49:01 -06:00
2022-12-30 09:10:05 -06:00
Description
No description provided
211 KiB
Languages
Rust 99.9%
Shell 0.1%