Sfoglia il codice sorgente

Update docs.

release/3.x.x
Christian Kratky 6 anni fa
parent
commit
b3564e01a4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      Build/MQTTnet.nuspec

+ 2
- 1
Build/MQTTnet.nuspec Vedi File

@@ -14,9 +14,10 @@
* [Client] Fixed wrong behavior of publish method when client is disconnecting (thanks to @PaulFake).
* [ManagedClient] Added max pending messages count option.
* [ManagedClient] Add pending messages overflow strategy option.
* [ManagedClient] Fixed an issue which deletes the wrong message from the internal queue (thanks to @PaulFake).
* [Server] Added new method which exposes all retained messages.
* [Server] Removed (wrong) setter from the server options interface.
* [Server] fixed cpu spike in case a client disconnectes (issue 421).
* [Server] fixed cpu spike in case a client disconnects (issue 421).
* [Server] fixed concurrent sends with Aspnetcore.Connections.Abstractions based transport.
</releaseNotes>
<copyright>Copyright Christian Kratky 2016-2018</copyright>


Caricamento…
Annulla
Salva