We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07ad33 commit e7b52a4Copy full SHA for e7b52a4
rumqttc/src/v5/state.rs
@@ -65,7 +65,7 @@ pub enum StateError {
65
#[error("Connection failed with reason '{reason:?}' ")]
66
ConnFail { reason: ConnectReturnCode },
67
#[error("Connection closed by peer abruptly")]
68
- ConnectionAborted
+ ConnectionAborted,
69
}
70
71
impl From<mqttbytes::Error> for StateError {
0 commit comments