Ver a proveniência

Add comments.

release/3.x.x
Christian Kratky há 5 anos
ascendente
cometimento
e4e46f0094
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      Source/MQTTnet/Client/MqttClient.cs

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

@@ -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)
{


Carregando…
Cancelar
Guardar