瀏覽代碼

Add comments.

release/3.x.x
Christian Kratky 5 年之前
父節點
當前提交
e4e46f0094
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      Source/MQTTnet/Client/MqttClient.cs

+ 1
- 0
Source/MQTTnet/Client/MqttClient.cs 查看文件

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


Loading…
取消
儲存