Kaynağa Gözat

Fixed typo

release/3.x.x
1iveowl 7 yıl önce
committed by GitHub
ebeveyn
işleme
6d92937892
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      MQTTnet.Core/Adapter/MqttChannelCommunicationAdapter.cs

+ 1
- 1
MQTTnet.Core/Adapter/MqttChannelCommunicationAdapter.cs Dosyayı Görüntüle

@@ -83,7 +83,7 @@ namespace MQTTnet.Core.Adapter
{
foreach (var packet in packets)
{
if (packet == null) {continue};
if (packet == null) {continue; }

MqttTrace.Information(nameof(MqttChannelCommunicationAdapter), $"TX >>> {packet} [Timeout={timeout}]");



Yükleniyor…
İptal
Kaydet