Explorar el Código

fixed invalid operation exception

release/3.x.x
JanEggers hace 7 años
padre
commit
6c8f85afe9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      MQTTnet.Core/Client/MqttPacketDispatcher.cs

+ 1
- 1
MQTTnet.Core/Client/MqttPacketDispatcher.cs Ver fichero

@@ -41,7 +41,7 @@ namespace MQTTnet.Core.Client
{
if (packetAwaiter.PacketSelector(packet))
{
packetAwaiter.SetResult(packet);
packetAwaiter.TrySetResult(packet);
packetDispatched = true;
break;
}


Cargando…
Cancelar
Guardar