You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/MQTTnet/Client/MqttClient.cs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,7 @@ public event Func<InspectMqttPacketEventArgs, Task> InspectPackage
91
91
add=>_inspectPacketEvent.AddHandler(value);
92
92
remove=>_inspectPacketEvent.RemoveHandler(value);
93
93
}
94
-
95
-
[Obsolete(
96
-
"This property will be removed in the future. Checking for a working connection should be done via calling _PinAsync_. Also other successful traffic can be used to indicate connection status.")]
0 commit comments