Ver a proveniência

Correct to print right result

Lost a change while moving from my developement branch to here.
release/3.x.x
Jim Schaad há 5 anos
ascendente
cometimento
b1559a8fa5
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Source/MQTTnet/Adapter/MqttConnectingFailedException.cs

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

@@ -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;
}


Carregando…
Cancelar
Guardar