ソースを参照

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


読み込み中…
キャンセル
保存