Andrei Mikhalevich
e7fa465616
DIspose semaphore in MqttChannelAdapter
преди 4 години
Graham Watts
fd8caed9af
Add .NET 3.1 target
Add .NET Core 3.1 target that uses ASP.NET Core framework reference instead of NuGet package references
преди 4 години
Christian Kratky
ce51d12a03
Update SDK versions.
преди 5 години
Christian Kratky
073cd5243f
Update docs. Add UnitTests.
преди 5 години
Christian Kratky
2767d897a4
Fix serialization issue of MQTTv5 PubRec packet.
преди 5 години
JanEggers
a4420063c0
fixed #743
преди 5 години
Christian Kratky
b09f31d654
Fix TCP server adpater when using empty password.
преди 5 години
Christian Kratky
2e3cf54f11
Add support for different strategies when generating RPC topics.
преди 5 години
Craig Lutgen
d7948afd98
Fix client SslStream certificate chain CRL validation. The logic was inverse and CRLs were never checked.
Add a missing dispose in managed client.
преди 5 години
Christian Kratky
0cfb8b4020
Remove not async task handling.
преди 5 години
Christian Kratky
9ac726b271
Revert "Remove dedicated UWP builds and code."
This reverts commit 6d0e2c2022
.
преди 5 години
Christian Kratky
6d0e2c2022
Remove dedicated UWP builds and code.
преди 5 години
Christian Kratky
8ad1fb2871
Refactor server certificate classes (breaking change).
преди 5 години
Christian Kratky
4a7ff9e9ed
Add TLS certificate password support for MQTTnet.Server.
преди 5 години
Christian Kratky
524f695829
Update docs.
преди 5 години
Craig Lutgen
59d2a8e551
Changed server crentials property name from password to certificateCredentials
преди 5 години
Craig Lutgen
9d63500f95
Fix build issue with UWP
преди 5 години
Craig Lutgen
a03bdc7616
Expose server certificate password and client certificate options to MqttServerOptionsBuilder
преди 5 години
Christian Kratky
8bfbbd2b29
Refactoring.
преди 5 години
Christian Kratky
975eb60e90
Fix memory leak when SSL is not working properly.
преди 5 години
Christian Kratky
9cc96f1888
Refactor log messages.
преди 5 години
Paul Fake
5c40577bec
Fixed AsyncLock::WaitAsync cancellation bug
There isn't any code in MQTTnet that actually uses a cancellation token in WaitAsync, so this is more of a preventative thing than a bug fix. The original code just checks if the task was completed, not whether it was cancelled. If the process is cancelled immediately before the call to WaitAsync, it'll return as normal (https://referencesource.microsoft.com/#mscorlib/system/threading/SemaphoreSlim.cs,612 ) rather than throw a cancellation exception. This change will ensure we only return the releaser if the wait actually ran to completion rather than exited early due to cancellation. I've tested this, and it properly throws a cancellation exception later on.
преди 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 години
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 години
Rudá Cunha
ba8ce15ab4
Add remote certificate validation callback on server
преди 5 години
Christian Kratky
4eb2b77138
Fix wrong NoDelay usage in server implementation.
преди 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
019f428f0a
MQTTnet.Server: Add HTTP API for publishing of messages.
преди 5 години
Christian Kratky
8916df8d7b
Move ReuseAddress to server options.
преди 5 години
Christian Kratky
b3ab7a1069
Set socket options to allow reusing address.
преди 5 години
Christian Kratky
6af58ad90d
Fix MQTTnet.Server startup colors.
преди 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
961a497798
Performance refactoring.
преди 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 години
Christian Kratky
0c7a5a992b
Expose more properties of the connection validator context in MQTTnet.Server. Migrate return code to reason code.
преди 5 години
Christian Kratky
bd665c3d56
Expose more properties to connection validator context.
преди 5 години
Christian Kratky
e4e46f0094
Add comments.
преди 5 години
Christian Kratky
591ccfec29
Update authentication.
преди 5 години