Explorar el Código

Fixed typo

release/3.x.x
1iveowl hace 7 años
committed by GitHub
padre
commit
6d92937892
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      MQTTnet.Core/Adapter/MqttChannelCommunicationAdapter.cs

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

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



Cargando…
Cancelar
Guardar