Christian
aaed2ed790
Process client messages in worker thread (extend options)
6年前
Christian
d9501de252
Treat a connection handover as a clean disconnect.
6年前
Christian
ec41efd860
Fix client dead lock and protocol version issues.
6年前
Christian
c06d84e834
Renamed MqttServerAdapter to MqttTcpServerAdapter
6年前
JanEggers
7de3d79d09
added tcp adapter
6年前
Christian
8f96acaec4
Fixed a race condition in client and server.
6年前
Christian
cea984cc2f
Fix stream and socket handling.
6年前
Christian
3587a8ebd1
Add new option which allows configuring the send interval for keep alive packets.
6年前
Christian
3193381b69
Refactor web socket stream. Add mqtt as default sub protocol.
6年前
Christian
7a9ddfc2b5
Fix packet identifier which is sent from the server.
6年前
Christian
447b2aa2c6
Add new extension methods.
6年前
Christian
49da66dcff
Fix issue when disconnecting on UWP
6年前
Christian
56acc82445
Fix null ref in server when using interceptor
6年前
Christian
6e828d091f
Override ToString() for LogMessage
6年前
Christian
e1d8697331
Fix wrong parsing and generating of MqttConnAck for version 3.1.0
6年前
Christian
90098c2006
Optimize dispatcher
6年前
Christian
b3a25fb9e8
Fix subscription handling of _ManagedClient_.
6年前
Christian
f85ad4965b
Refactor keep alive monitoring and add unit tests.
6年前
Christian
c26555aca5
Refactor ManagedClient
6年前
Christian
3b34fd4750
Fix build
6年前
Christian
abb216c055
Fix retained message handling
6年前
Christian
1760dc7d35
Fix async issues
6年前
Christian
034e7fd750
Add event for processed application message (managed client only)
6年前
Christian
76c7b319b8
Fix build errors
6年前
Lassi Laati
2341d66192
Fix ManagedMqttClient missing call to unsubscribe topics
6年前
Christian
59dcbf4c0c
Add server events for subscribed and unsubscribed topics. Add pending messages count for connected clients.
7年前
Christian
26cd84c88c
Fix generation of packet identifier.
7年前
Christian
8856a7aa34
Fix broken package reader
7年前
Christian
30754433eb
Add server methods for controlling the client subscriptions.
7年前
Christian
751ac19c4b
Fix reading more data than required for the body.
7年前
Christian
1415e4b878
Covnert the body buffer to a memory stream which will grow automatically.
7年前
Christian
e56203faac
Update docs
7年前
kpreisser
88de5047bc
Fix the algorithm for decoding the remaining length to allow a length greater than 2,097,151 bytes.
See: https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/errata01/os/mqtt-v3.1.1-errata01-os.html#_Toc442180732
7年前
kpreisser
d020e809a1
Fix infinite loop that can occur when the client closes the connection before sending the complete packet body.
7年前
Christian
40c33ac639
Refactoring
7年前
Christian
002e4b8d69
Fix broken unit tests
7年前
Christian
c060c379d3
Add thrown exception for disconnected event
7年前
Christian
d737f550c7
Add encrypted code signing key
7年前
Christian
5e8d5b9219
Add documents
7年前
Christian
f98f21ffdf
Update libs
7年前
Christian
c7c84ad39b
Make clients interfaces disposable.
7年前
Christian
8773117493
Fix an issue which adds a delay after every accepted connection.
7年前
kpreisser
bb697e1bd9
Follow-Up: Add missing ConfigureAwait() call.
7年前
kpreisser
e1a9aa7d03
Adjust the MqttClientPendingMessagesQueue and the MqttPacketReader to use asynchronous methods for long-running/blocking operations.
Otherwise, Worker Threads from the .NET Threadpool are blocked while waiting for the next client message, and while waiting for the next message to send.
7年前
Christian Kratky
312773d054
Add password protected code signing certificate to enable build process.
7年前
Christian Kratky
e0284886b5
Added the bound IP address to the server options.
7年前
Christian Kratky
44c07c2034
Fix broken ASP.NET Core integration.
7年前
limingru
e98ff1d6d6
uncomment code
7年前
limingru
0f54663789
fixed: Compile Source Code Occur Errors On Mac Machine
7年前
Christian Kratky
f91d935708
Add the ClientId to the application message interceptor.
7年前