Christian Kratky
4c76a898b6
Add new UnitTests.
6年前
Christian Kratky
ffc4f1408a
Merge develop.
6年前
Christian Kratky
c8b3066883
Update docs.
6年前
Christian Kratky
fb4f89b412
Replace TaskCompletionSource in Client with Interlocked gate.
6年前
Christian Kratky
6bee6a0469
Update docs.
6年前
Christian Kratky
0c2ab9b231
Fix a deadlock when an exception is fired while connecting.
6年前
Christian Kratky
03bef4c15d
Fix revocation checks in certificate validator.
6年前
Christian Kratky
ba62ca7306
Update docs.
6年前
Christian Kratky
56a1530cee
Add a method for clearing all retained messages at the server.
6年前
Christian Kratky
699cd5fc23
Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop
6年前
Christian Kratky
381c59d1e5
Update readme.
6年前
Christian Kratky
70f4dc9e10
Change log level of retained message changes.
6年前
Christian
0367ad31f1
Merge pull request #422 from ifit/client-cancel-task
Client cancel task
6年前
Christian
5c6bcdbca6
Merge branch 'develop' into client-cancel-task
6年前
Andre Crabb
400c0f05ad
* Adds `false` param to Cancel call.
6年前
Andre Crabb
00df7c9b7b
* More change tabs to spaces.
6年前
Andre Crabb
a272ed7daa
* Change tabs to spaces.
6年前
Andre Crabb
b2e7a2e370
Change from logging `Info` to `Verbose`
6年前
Andre Crabb
39bc70cbf0
* Cancel the TokenSource when disposing or nulling it out for the MqttClient
6年前
Christian Kratky
682298b69f
Fix issue in pending messages handling for managed client.
6年前
Christian Kratky
028a39ec25
Update docs.
6年前
Christian Kratky
3b104049b4
Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop
6年前
Christian
dd83a360b4
Merge pull request #402 from JanEggers/AspNetMqttServerOptionsBuilder
added AspNetMqttServerOptionsBuilder
6年前
JanEggers
976c62d9c2
added back the old function and added new overload
6年前
JanEggers
4cc9f12a03
added AspNetMqttServerOptionsBuilder
6年前
Christian Kratky
0b5a751c56
Add all methods of the factory to the factory interfaces.
6年前
Christian Kratky
cdb05e5894
Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop
6年前
Christian Kratky
6c08b5caf3
Update docs.
6年前
Christian
d5b53f3712
Merge pull request #384 from cstichlberger/managed_client_fix_unsubscription_overtaking_subscription
Prevent unsubscription overtaking later subscription
6年前
Christoph Stichlberger
80fbb2f0b2
Prevent unsubscription overtaking later subscription
6年前
Christian Kratky
b4f90decc7
Fix unit tests to allow release builds.
6年前
Christian Kratky
61b324043a
Refactoring
6年前
Christian Kratky
2ced921008
Refactoring.
6年前
Christian
1e2fee0f33
Merge pull request #343 from JanEggers/ServerShutdown
Server shutdown
6年前
Christian
ac36c9c406
Merge branch 'develop' into ServerShutdown
6年前
Christian Kratky
f70c79aaf9
Refactor options.
6年前
Christian Kratky
0839fa5757
Update docs.
6年前
Christian Kratky
60bc4ebcee
Refactor proxy usage and support. Refactor TLS parameter usage.
6年前
Christian
65e239652d
Merge pull request #364 from PitySOFT/webproxy
Add proxy settings for WebSocket connections for .NET 451 and 461 and add option to specify the SSLProtocol and CertificateValidationCallback in TLS options, SSLProtocol default is TLS1.2
6年前
Christian Kratky
6b9015a928
Fix order of ClientConnected and ClientDisconnected events.
6年前
Christian Kratky
a740c38ee6
Merge branch 'develop' of https://github.com/chkr1011/MQTTnet into develop
6年前
Christian Kratky
603639126e
Fix issue in processing of server messages.
6年前
JanEggers
043cfdb3f9
fixed deadlock and object disposed exception
6年前
Christian
b0da4b2b2d
Merge pull request #372 from jenscski/LogFix
Small fix for inconsistent client name in log
6年前
Christian
5402859a30
Merge pull request #368 from jenscski/ClientKeepAliveMonitor
Fix pause/resume of ClientKeepAliveMonitor
6年前
Jens-Christian Skibakk
2b10200101
Small fix for inconsistent client name in log
6年前
Jens-Christian Skibakk
55e8927ab7
Fix pause/resume of ClientKeepAliveMonitor
6年前
JanEggers
d30fe61264
fixed missing waits
6年前
JanEggers
f7ea2d29e1
prove its broken
6年前
JanEggers
e6cfef5295
fixed disconnect to be triggered just once
6年前