Ver código fonte

Fixed typo

release/3.x.x
1iveowl 7 anos atrás
committed by GitHub
pai
commit
6d92937892
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      MQTTnet.Core/Adapter/MqttChannelCommunicationAdapter.cs

+ 1
- 1
MQTTnet.Core/Adapter/MqttChannelCommunicationAdapter.cs Ver arquivo

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



Carregando…
Cancelar
Salvar