Paul Fake
e1590fc0c8
Fixed storage queue race condition
Sometimes, TryPublishQueuedMessageAsync would try to remove a message from the storage queue before PublishAsync added it to the storage queue, resulting in a message being stuck in the storage queue forever. Switched the message queue lock to an async lock and synchronized the storage queue updates with the message queue updates.
5 years ago
Christian
b891e1d1f4
Update issue templates
5 years ago
Christian Kratky
1847af13d2
Merge branch 'develop'
5 years ago
Christian Kratky
8916df8d7b
Move ReuseAddress to server options.
5 years ago
Christian Kratky
f66da92299
Merge branch 'develop'
5 years ago
Christian Kratky
979df5f17e
Fix broken nuget builds.
5 years ago
Christian Kratky
d50c8153b2
Merge branch 'master' into develop
5 years ago
Christian Kratky
b3ab7a1069
Set socket options to allow reusing address.
5 years ago
Christian Kratky
6af58ad90d
Fix MQTTnet.Server startup colors.
5 years ago
Christian
5c36a2d402
Merge pull request #671 from SeppPenner/patch-1
Added dependents and MIT license badge to the readme.
5 years ago
HansM
6df70cc5ed
Added dependents and MIT license badge to the readme.
5 years ago
Christian Kratky
d5b0893e90
Merge branch 'master' into develop
5 years ago
Christian Kratky
2ed8e55394
Fix upload script.
5 years ago
Christian Kratky
c5b6ca204d
Merge branch 'develop'
5 years ago
Christian Kratky
7a767c7d2f
Improve logging and exception handling when stopping the server.
5 years ago
Christian Kratky
dd96cf98a8
Make storage update for managed client async.
5 years ago
Christian Kratky
6ee3d1640f
Improve logging.
5 years ago
Christian Kratky
6f8272210c
Fix MQTTnet.Server app settings to allow external connections.
5 years ago
Christian Kratky
ce05cc9936
Fix MQTTnet.Server connection validation.
5 years ago
Christian Kratky
985c3084a8
Performance refactoring.
5 years ago
Christian Kratky
7b3be3a64f
Update docs.
5 years ago
Christian Kratky
c50fb740fc
Add UnitTests.
5 years ago
Christian Kratky
5895a73f85
Merge remote-tracking branch 'origin/develop' into develop
5 years ago
Christian Kratky
961a497798
Performance refactoring.
5 years ago
Christian
6a90864c44
Merge pull request #666 from vbBerni/develop
fix Managed Client removes failed messages from message queue but not from storage manager
5 years ago
vbBerni
a9017b8795
handle storage manager null
5 years ago
vbBerni
f76e130283
fix for failed publishing messages get removed from the message queue but not from the storage manager
5 years ago
Christian Kratky
5a48b146b4
Merge branch 'master' into develop
5 years ago
Christian Kratky
1d1def3275
Remove nuget binary from repo.
5 years ago
Christian Kratky
bd75a2440e
Merge branch 'master' into develop
5 years ago
Christian Kratky
7a642802ed
Merge branch 'develop'
5 years ago
Christian Kratky
a8f8601bc5
Update docs.
5 years ago
Christian Kratky
0c7a5a992b
Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code.
5 years ago
Christian Kratky
bd665c3d56
Expose more properties to connection validator context.
5 years ago
Christian Kratky
7e7b36aadf
Update docs.
5 years ago
Christian Kratky
a79c2484b3
Add MQTTnet.Server build for ARM.
5 years ago
Christian Kratky
e4e46f0094
Add comments.
5 years ago
Christian Kratky
5a4c735b85
Refactor code.
5 years ago
Christian Kratky
42516942ac
Update docs.
5 years ago
Christian Kratky
591ccfec29
Update authentication.
5 years ago
Christian Kratky
ffc1d950da
Add authorization for MQTTnet.Server
5 years ago
Christian Kratky
1c004ead6d
Add support for altering the TopicFilter in subscription interceptor.
5 years ago
Christian Kratky
b0ad6bda70
Add support for reset of connection statistics. Refactor keep alive monitor.
5 years ago
Christian Kratky
6262a16504
Add version to MQTTnet.Server.
5 years ago
Christian Kratky
0de683979d
Fix versions in build script.
5 years ago
Christian Kratky
0a6f564446
Add self contained builds in build script.
5 years ago
Christian Kratky
f0be3ef0cf
Add UnitTests.
5 years ago
Christian Kratky
f79eebdf64
Update docs.
5 years ago
Christian Kratky
c3c0dcf313
Execute disconnected handler in new task.
5 years ago
Christian Kratky
60c6074953
Expose client certificate at MQTT connection validator. Make DualMode optional.
5 years ago