浏览代码

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


正在加载...
取消
保存