Christian
e14ea9a240
Add overflow strategy for pending messages queue.
6年前
VladimirAkopyan
7b987635f7
ref #230 Limiting the growth of PendingMessagesQueue to a configurable value. it will only store X lated messages, 250 by default.
https://github.com/chkr1011/MQTTnet/issues/230
6年前
Christian Kratky
ee6ec14bf8
Add interface for server options. Add context class for connection validator (hide internal packets).
7年前
Christian Kratky
f9d67e2cd2
Merge proces, enable signing of the assembly.
7年前
Christian Kratky
e54b4f58df
Update version info. Fix typo. Add MqttServerOptionsBuilder.
7年前
Christian Kratky
ba16ae6568
Add interceptor for client subscriptions
7年前
Christian Kratky
418f2b2c3f
Refactoring
7年前
Christian Kratky
3f080e04b9
Add topic filter builder
7年前
Christian Kratky
4386ef1e56
Added interceptor for application messages
7年前
Christian Kratky
862f76fea2
Add support for retained application messages
7年前
Christian Kratky
447ca6cabb
Add interfaces, optimize performance, fix QoS level 2
7年前
Christian Kratky
dae5a06734
Remove TLS support for UWP servers because Framework does not support it.
7年前
Christian Kratky
929cdb971a
Fix breaking changes.
7年前
Zazzmatazz
2db289a658
Added TLS1.2 support to client and server.
Added MqttClientSslChannel and MqttServerSslChannel which both utilize
an SSL stream. Added options to both MqttCLientOptions and
MqttServerOptions. I was unable to update the code in
MQTTnet.UniversalWindows due to my lack of Windows 10.
7年前
Christian Kratky
ee25228c0b
Add server implementation
7年前