Explorar el Código

Add comments.

release/3.x.x
Christian Kratky hace 5 años
padre
commit
e4e46f0094
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      Source/MQTTnet/Client/MqttClient.cs

+ 1
- 0
Source/MQTTnet/Client/MqttClient.cs Ver fichero

@@ -362,6 +362,7 @@ namespace MQTTnet.Client

while (!cancellationToken.IsCancellationRequested)
{
// Values described here: [MQTT-3.1.2-24].
var keepAliveSendInterval = TimeSpan.FromSeconds(Options.KeepAlivePeriod.TotalSeconds * 0.75);
if (Options.KeepAliveSendInterval.HasValue)
{


Cargando…
Cancelar
Guardar