This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
MQTTnet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Refactoring
release/3.x.x
Christian Kratky
7 years ago
parent
76151deba0
commit
f2502ac431
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Frameworks/MQTTnet.UniversalWindows/Implementations/MqttTcpChannel.cs
+ 0
- 1
Frameworks/MQTTnet.UniversalWindows/Implementations/MqttTcpChannel.cs
View File
@@ -104,7 +104,6 @@ namespace MQTTnet.Implementations
public void Dispose()
{
_socket?.Dispose();
_socket = null;
}
Write
Preview
Loading…
Cancel
Save