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
fixed invalid operation exception
release/3.x.x
JanEggers
7 years ago
parent
6b1a6c054e
commit
6c8f85afe9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
MQTTnet.Core/Client/MqttPacketDispatcher.cs
+ 1
- 1
MQTTnet.Core/Client/MqttPacketDispatcher.cs
View File
@@ -41,7 +41,7 @@ namespace MQTTnet.Core.Client
{
if (packetAwaiter.PacketSelector(packet))
{
packetAwaiter.SetResult(packet);
packetAwaiter.
Try
SetResult(packet);
packetDispatched = true;
break;
}
Write
Preview
Loading…
Cancel
Save