Explorar el Código

Fix build errors.

release/3.x.x
Christian Kratky hace 4 años
padre
commit
fc358f9015
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Tests/MQTTnet.Core.Tests/Mockups/TestServerWrapper.cs

+ 2
- 0
Tests/MQTTnet.Core.Tests/Mockups/TestServerWrapper.cs Ver fichero

@@ -23,6 +23,8 @@ namespace MQTTnet.Tests.Mockups
public TestContext TestContext { get; }
public TestEnvironment TestEnvironment { get; }

public bool IsStarted { get; }

public IMqttServerStartedHandler StartedHandler
{
get => Implementation.StartedHandler;


Cargando…
Cancelar
Guardar