Kaynağa Gözat

Refactoring

release/3.x.x
Christian 6 yıl önce
ebeveyn
işleme
40c33ac639
3 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. +1
    -1
      Frameworks/MQTTnet.NetStandard/Client/MqttPacketDispatcher.cs
  2. +1
    -1
      Frameworks/MQTTnet.NetStandard/Internal/TaskExtensions.cs
  3. +0
    -1
      Frameworks/MQTTnet.NetStandard/Server/IMqttServerOptions.cs

+ 1
- 1
Frameworks/MQTTnet.NetStandard/Client/MqttPacketDispatcher.cs Dosyayı Görüntüle

@@ -83,7 +83,7 @@ namespace MQTTnet.Client
{
_packetByResponseType[responseType] = tcs;
}
return tcs;
}



+ 1
- 1
Frameworks/MQTTnet.NetStandard/Internal/TaskExtensions.cs Dosyayı Görüntüle

@@ -30,7 +30,7 @@ namespace MQTTnet.Internal

if (task.IsFaulted)
{
throw new MqttCommunicationException(task.Exception.GetBaseException());
throw new MqttCommunicationException(task.Exception?.GetBaseException());
}
}
finally


+ 0
- 1
Frameworks/MQTTnet.NetStandard/Server/IMqttServerOptions.cs Dosyayı Görüntüle

@@ -1,5 +1,4 @@
using System;
using System.Net;

namespace MQTTnet.Server
{


Yükleniyor…
İptal
Kaydet