Explorar el Código

Fix null ref in server when using interceptor

release/3.x.x
Christian hace 6 años
padre
commit
56acc82445
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Frameworks/MQTTnet.NetStandard/Server/MqttClientSessionsManager.cs

+ 1
- 1
Frameworks/MQTTnet.NetStandard/Server/MqttClientSessionsManager.cs Ver fichero

@@ -227,7 +227,7 @@ namespace MQTTnet.Server
}

var interceptorContext = new MqttApplicationMessageInterceptorContext(
senderClientSession.ClientId,
senderClientSession?.ClientId,
applicationMessage);

interceptor(interceptorContext);


Cargando…
Cancelar
Guardar