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 fc7b617 commit 691e967Copy full SHA for 691e967
src/broker/mqtt_conn.rs
@@ -40,7 +40,6 @@ use futures_util::future::Either;
40
use futures_util::{FutureExt, SinkExt, StreamExt};
41
42
use mqtt::control::variable_header::{ConnectReturnCode, ProtocolLevel};
43
-use mqtt::packet::publish::QoSWithPacketIdentifier;
44
use mqtt::packet::suback::SubscribeReturnCode;
45
use mqtt::TopicFilter;
46
use mqtt::{packet::*, Decodable, Encodable};
0 commit comments