41c87d87afa3a1a9165fd530739aa3e9cd3992f4
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
Description
No description provided
Languages
Rust
99.9%
Shell
0.1%