Skip to content

Commit

Permalink
expose recv timeout error
Browse files Browse the repository at this point in the history
  • Loading branch information
newcomertv committed Sep 2, 2024
1 parent 2377e4e commit cf35e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumqttc/src/v5/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::{NetworkOptions, Transport};

use mqttbytes::v5::*;

pub use client::{AsyncClient, Client, ClientError, Connection, Iter};
pub use client::{AsyncClient, Client, ClientError, Connection, Iter, RecvTimeoutError};
pub use eventloop::{ConnectionError, Event, EventLoop};
pub use state::{MqttState, StateError};

Expand Down

0 comments on commit cf35e35

Please sign in to comment.