File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ pub struct MqttState {
73
73
/// Indicates if acknowledgements should be send immediately
74
74
pub manual_acks : bool ,
75
75
/// Waiters for publish/subscribe/unsubscribe acknowledgements
76
- pub ack_waiter : Vec < Option < PromiseTx > > ,
76
+ ack_waiter : Vec < Option < PromiseTx > > ,
77
77
}
78
78
79
79
impl MqttState {
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ pub struct MqttState {
113
113
/// Upper limit on the maximum number of allowed inflight QoS1 & QoS2 requests
114
114
max_outgoing_inflight_upper_limit : u16 ,
115
115
/// Waiters for publish/subscribe/unsubscribe acknowledgements
116
- pub ack_waiter : Vec < Option < PromiseTx > > ,
116
+ ack_waiter : Vec < Option < PromiseTx > > ,
117
117
}
118
118
119
119
impl MqttState {
You can’t perform that action at this time.
0 commit comments