diff --git a/MQTTnet.Core/Server/IMqttServer.cs b/MQTTnet.Core/Server/IMqttServer.cs index 1800806..c054fed 100644 --- a/MQTTnet.Core/Server/IMqttServer.cs +++ b/MQTTnet.Core/Server/IMqttServer.cs @@ -9,6 +9,7 @@ namespace MQTTnet.Core.Server { event EventHandler ApplicationMessageReceived; event EventHandler ClientConnected; + event EventHandler ClientDisconnected; IList GetConnectedClients(); void InjectClient(string identifier, IMqttCommunicationAdapter adapter); diff --git a/README.md b/README.md index 093f292..9a3f851 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien * .NET Core App 1.1+ * .NET Framework 4.5.2+ (x86, x64, AnyCPU) * Universal Windows (UWP) 10.0.10240+ (x86, x64, ARM, AnyCPU) -* Mono +* Mono 5.2+ # Supported MQTT versions * 3.1.1