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
Merge remote-tracking branch 'origin/master'
release/3.x.x
Christian Kratky
4 years ago
parent
6b4b829cf6
160da00f55
commit
45e3455e6c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Source/MQTTnet/Adapter/MqttChannelAdapter.cs
+ 2
- 0
Source/MQTTnet/Adapter/MqttChannelAdapter.cs
View File
@@ -272,7 +272,9 @@ namespace MQTTnet.Adapter
if (disposing)
{
_channel?.Dispose();
_writerSemaphore?.Dispose();
}
base.Dispose(disposing);
}
Write
Preview
Loading…
Cancel
Save