Sfoglia il codice sorgente

Fix build errors.

release/3.x.x
Christian Kratky 4 anni fa
parent
commit
fc358f9015
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      Tests/MQTTnet.Core.Tests/Mockups/TestServerWrapper.cs

+ 2
- 0
Tests/MQTTnet.Core.Tests/Mockups/TestServerWrapper.cs Vedi File

@@ -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;


Caricamento…
Annulla
Salva