Explorar el Código

Added check if the server is started or not.

release/3.x.x
SeppPenner hace 4 años
padre
commit
87c4fa14ee
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Source/MQTTnet/Server/MqttServer.cs

+ 2
- 0
Source/MQTTnet/Server/MqttServer.cs Ver fichero

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

public bool IsStarted => _cancellationTokenSource != null;

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


Cargando…
Cancelar
Guardar