Explorar el Código

Correct to print right result

Lost a change while moving from my developement branch to here.
release/3.x.x
Jim Schaad hace 5 años
padre
commit
b1559a8fa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Source/MQTTnet/Adapter/MqttConnectingFailedException.cs

+ 1
- 1
Source/MQTTnet/Adapter/MqttConnectingFailedException.cs Ver fichero

@@ -6,7 +6,7 @@ namespace MQTTnet.Adapter
public class MqttConnectingFailedException : MqttCommunicationException
{
public MqttConnectingFailedException(MqttClientAuthenticateResult resultCode)
: base($"Connecting with MQTT server failed ({resultCode.ToString()}).")
: base($"Connecting with MQTT server failed ({resultCode.ResultCode.ToString()}).")
{
Result = resultCode;
}


Cargando…
Cancelar
Guardar