Christian Kratky
1b5e0197e4
Update docs.
5年前
Christian
1dab729d84
Merge pull request #717 from PaulFake/patch-2
Storage queue drain test
5年前
Christian
3eac5bcaf3
Merge pull request #709 from PaulFake/patch-1
Fixed storage queue race condition
5年前
Paul Fake
8eb23f0f1d
Storage queue drain test
It's a unit test to ensure the storage queue is drained.
5年前
Christian Kratky
ed06ea6bc9
Add version information to MQTTnet.Server.
5年前
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年前
Christian Kratky
dbb227406b
Added UnitTests.
5年前
Christian
b891e1d1f4
Update issue templates
5年前
Christian
1d697e3b87
Merge pull request #702 from rudacs/clientCertificate-is-null
X509Certificate convert to X509Certificate2 in ClientCertificate
5年前
Rudá Cunha
128484c55a
X509Certificate convert to X509Certificate2 in ClientCertificate
5年前
Christian Kratky
ff22c34bb2
Add first classes for persisted session support.
5年前
Christian Kratky
e7ba3f76dc
Add options builder methods for remote certificate validation callback.
5年前
Christian
1ae3324581
Merge pull request #697 from rudacs/add-server-remove-validation-callback
Add remote certificate validation callback on server
5年前
Rudá Cunha
ba8ce15ab4
Add remote certificate validation callback on server
5年前
Christian Kratky
87b4ce5185
Extend build and upload script to publish symbols as well.
5年前
Christian Kratky
4eb2b77138
Fix wrong NoDelay usage in server implementation.
5年前
Christian Kratky
70ee49f3c6
Merge remote-tracking branch 'origin/develop' into develop
5年前
Christian Kratky
f223a26748
Update docs.
5年前
Christian
4574fdc951
Merge pull request #693 from JanEggers/pr/fix691
fixed #691
5年前
Jan Eggers
4f66614cdd
fixed #691
5年前
Christian Kratky
6608172719
MQTTnet.Server: Extend messages API.
5年前
Christian Kratky
6c8db47e25
Remove dedicated values from contexts and only provide session items.
5年前
Christian Kratky
3eb5e82d10
Expose connect packet in application message interceptor and subscription interceptor.
5年前
Christian Kratky
8563230f9c
Update docs.
5年前
Christian Kratky
019f428f0a
MQTTnet.Server: Add HTTP API for publishing of messages.
5年前
Christian Kratky
1847af13d2
Merge branch 'develop'
5年前
Christian Kratky
8916df8d7b
Move ReuseAddress to server options.
5年前
Christian Kratky
f66da92299
Merge branch 'develop'
5年前
Christian Kratky
979df5f17e
Fix broken nuget builds.
5年前
Christian Kratky
d50c8153b2
Merge branch 'master' into develop
5年前
Christian Kratky
b3ab7a1069
Set socket options to allow reusing address.
5年前
Christian Kratky
6af58ad90d
Fix MQTTnet.Server startup colors.
5年前
Christian
5c36a2d402
Merge pull request #671 from SeppPenner/patch-1
Added dependents and MIT license badge to the readme.
5年前
HansM
6df70cc5ed
Added dependents and MIT license badge to the readme.
5年前
Christian Kratky
d5b0893e90
Merge branch 'master' into develop
5年前
Christian Kratky
2ed8e55394
Fix upload script.
5年前
Christian Kratky
c5b6ca204d
Merge branch 'develop'
5年前
Christian Kratky
7a767c7d2f
Improve logging and exception handling when stopping the server.
5年前
Christian Kratky
dd96cf98a8
Make storage update for managed client async.
5年前
Christian Kratky
6ee3d1640f
Improve logging.
5年前
Christian Kratky
6f8272210c
Fix MQTTnet.Server app settings to allow external connections.
5年前
Christian Kratky
ce05cc9936
Fix MQTTnet.Server connection validation.
5年前
Christian Kratky
985c3084a8
Performance refactoring.
5年前
Christian Kratky
7b3be3a64f
Update docs.
5年前
Christian Kratky
c50fb740fc
Add UnitTests.
5年前
Christian Kratky
5895a73f85
Merge remote-tracking branch 'origin/develop' into develop
5年前
Christian Kratky
961a497798
Performance refactoring.
5年前
Christian
6a90864c44
Merge pull request #666 from vbBerni/develop
fix Managed Client removes failed messages from message queue but not from storage manager
5年前
vbBerni
a9017b8795
handle storage manager null
5年前
vbBerni
f76e130283
fix for failed publishing messages get removed from the message queue but not from the storage manager
5年前