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
DIspose semaphore in MqttChannelAdapter
release/3.x.x
Andrei Mikhalevich
4 years ago
parent
6f71aaf1ce
commit
e7fa465616
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Source/MQTTnet/Adapter/MqttChannelAdapter.cs
+ 1
- 0
Source/MQTTnet/Adapter/MqttChannelAdapter.cs
View File
@@ -274,6 +274,7 @@ namespace MQTTnet.Adapter
_isDisposed = true;
_channel?.Dispose();
_writerSemaphore?.Dispose();
}
private void ThrowIfDisposed()
Write
Preview
Loading…
Cancel
Save