浏览代码

Fixed typo

release/3.x.x
1iveowl 7 年前
committed by GitHub
父节点
当前提交
6d92937892
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      MQTTnet.Core/Adapter/MqttChannelCommunicationAdapter.cs

+ 1
- 1
MQTTnet.Core/Adapter/MqttChannelCommunicationAdapter.cs 查看文件

@@ -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}]");



正在加载...
取消
保存