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 210eacd commit 1778098Copy full SHA for 1778098
rumqttc/src/v5/state.rs
@@ -167,6 +167,10 @@ impl MqttState {
167
// remove packed ids of incoming qos2 publishes
168
self.incoming_pub.clear();
169
170
+ // clear topic aliases
171
+ self.client_topic_alias.clear();
172
+ self.current_topic_alias = 0;
173
+
174
self.await_pingresp = false;
175
self.collision_ping_count = 0;
176
self.inflight = 0;
0 commit comments