Przeglądaj źródła

Added check if the server is started or not.

release/3.x.x
SeppPenner 4 lat temu
rodzic
commit
87c4fa14ee
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      Source/MQTTnet/Server/MqttServer.cs

+ 2
- 0
Source/MQTTnet/Server/MqttServer.cs Wyświetl plik

@@ -190,6 +190,8 @@ namespace MQTTnet.Server
return _retainedMessagesManager?.ClearMessagesAsync();
}

public bool IsStarted => _cancellationTokenSource != null;

private Task OnHandleClient(IMqttChannelAdapter channelAdapter)
{
return _clientSessionsManager.HandleClientAsync(channelAdapter);


Ładowanie…
Anuluj
Zapisz