HansM
109acccd19
Update MQTTnet.nuspec
Added code documentation hint.
3 years ago
HansM
63ca6086d5
Added missing changelog entry.
Missing changelog change from https://github.com/chkr1011/MQTTnet/pull/1076 .
3 years ago
Christian
f3f1d81b52
Update docs.
3 years ago
Christian
2abcf6d8bc
Update docs.
3 years ago
Christian
3f5d627e9e
Fix issues in QoS 2 handling.
4 years ago
Christian
75845d6416
Fix cancellation issues when connecting.
4 years ago
Christian
3773048bc5
Update docs.
4 years ago
Christian
b95d6b08bc
Update docs.
4 years ago
Christian
1214b15260
Update docs.
4 years ago
Christian
322067466b
Fix wrong usage of client session items for undelivered messages.
4 years ago
Christian
ef2ed1c897
Remove _WithoutAutoReconnect_ from managed client.
4 years ago
Christian
de0f5dc1f0
Update docs.
4 years ago
Christian
3d68951f68
Update MQTTnet.nuspec
4 years ago
Christian Kratky
a35dee9352
Update docs.
4 years ago
Christian Kratky
26af205ab0
Update docs.
4 years ago
Christian Kratky
1a9460776b
Update docs.
4 years ago
Christian Kratky
24f0ea01f5
Improve session takeover and keep alive handling.
4 years ago
Christian Kratky
558d281a33
Refactor TLS 1.3 support.
4 years ago
Jay424
3ea281ff84
Updated release notes
4 years ago
Christian Kratky
adce5662eb
Prepare docs for next release.
4 years ago
Christian Kratky
1a6be47144
Update docs.
4 years ago
JanEggers
d7b552fce2
renaming and added cast
4 years ago
Christian Kratky
f259bbcc9b
ManagedClient: Expose internal client.
4 years ago
Christian Kratky
e475e36ce7
Update docs.
4 years ago
Christian Kratky
1f8792cf87
Update docs.
4 years ago
Krause, Henning
f3f10e9f65
Added missing nuget instructions for the build
4 years ago
Christian Kratky
cf217034fa
Fix broken ClientWasConnected detection.
4 years ago
Christian Kratky
6b6627f823
Fix null ref exception in low level client.
4 years ago
Christian Kratky
733c587e45
Fix Unit Tests.
4 years ago
Christian Kratky
4e6aeb91a4
Fix server adapter memory leak and UnitTests
4 years ago
Christian
3a4dce5080
Update MQTTnet.nuspec
4 years ago
SeppPenner
40aefd0ad3
Added local variable to avoid that the solution is not threadsafe.
4 years ago
SeppPenner
75dfe68a94
Added interceptor for undelivered messages.
4 years ago
Christian Kratky
c779b394f1
Add abstraction layer for server certificate.
4 years ago
Christian Kratky
7ea9415c63
Add proper state checks for server API.
4 years ago
Christian Kratky
dbe12b9c48
General code refactoring.
4 years ago
Christian Kratky
e80d19ba9b
Update docs.
4 years ago
Christian Kratky
9d381c2cf9
Update nuspec.
4 years ago
Christian Kratky
683bb43486
Fix performance issue in logger.
4 years ago
Christian Kratky
a58ab607ad
Improve logger performance.
4 years ago
Christian Kratky
f0a1f9ca93
Add support for user properties in client connect.
4 years ago
Christian Kratky
89e9cb224f
Update nuspec.
4 years ago
Christian Kratky
fe48c9c837
Update nuspecs.
4 years ago
Christian Kratky
f85bc9b956
Dispose socket when TCP connect failed.
4 years ago
JanEggers
4b481b4833
removed unused dependecies
4 years ago
Christian Kratky
e798c91ff3
Fix exception handling when using invalid host names upon connect.
4 years ago
Christian Kratky
5df4fc3d5d
Update docs.
4 years ago
Christian Kratky
7931af7487
Add support for certificate validation callback for Web Socket connections.
4 years ago
Christian Kratky
bb5f023b74
Update docs.
4 years ago
PSanetra
fcd6b7ff52
Process messages async
This commit fixes issues which were caused by processing messages synchronously in the packet receiver loop. This blocked KeepAlive and Ack packets from being processed while a message was processed.
Fixes #648
Fixes #587
Fixes #829
4 years ago