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
Fix null ref in server when using interceptor
release/3.x.x
Christian
6 years ago
parent
6e828d091f
commit
56acc82445
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Frameworks/MQTTnet.NetStandard/Server/MqttClientSessionsManager.cs
+ 1
- 1
Frameworks/MQTTnet.NetStandard/Server/MqttClientSessionsManager.cs
View File
@@ -227,7 +227,7 @@ namespace MQTTnet.Server
}
var interceptorContext = new MqttApplicationMessageInterceptorContext(
senderClientSession.ClientId,
senderClientSession
?
.ClientId,
applicationMessage);
interceptor(interceptorContext);
Write
Preview
Loading…
Cancel
Save