logicaloud
623d8cafaa
Fix #1263 - Set IsSessionPresent in CONNACK if client session exists ( #1268 )
* Set IsSessionPresent in CONNACK if client session exists
* Set IsSessionPresent in CONNACK if client session exists;
- restore white space differences to make comparison easier
3年前
Christian
0920c86d37
Refactor logger. ( #1247 )
3年前
Christian
c756a4092f
Feature/mqttv5 subscriptions server ( #1246 )
* Add support for RetainHandling.
* Add support for No Local.
* Add support for _SubscriptionIdentifier_.
* Add more Unit Tests.
* Update docs.
3年前
Christian
feb53e78c6
Update docs.
3年前
Ablfzl Edgelolli
dd0aba0640
Process all queued message before server stops ( #1234 )
* process all queued message befor server stops
* fix an issue
Co-authored-by: ablfzl <ablfzl21@outlook.com>
3年前
Christian
68f1043ef5
Refactor sub/unsub management in managed client.
3年前
scottbrogden-iheartmedia
d01d859227
Added option for how many subscriptions to send in a single call to t… ( #1209 )
* Added option for how many subscriptions to send in a single call to the server. aws iotcore limits this to 8
* Split subscription messages up to 8 at a time when reconnecting
3年前
Marc Sallin
fcab0d5cf0
Add Silverback to references in readme ( #1238 )
3年前
HansM
b66a18f8dd
Merge pull request #1241 from soyoo/master
Update README.md
3年前
zhengshuyuan
8e1e93c00f
Update README.md
fix typo
3年前
Christian
cd8940f9b7
Improve internal server connection management. ( #1232 )
3年前
Jacky Jiang
9d9077f17c
Update MqttApplicationMessageBuilder.cs ( #1230 )
update function WithMessageExpiryInterval description
3年前
Christian
fa6859d68a
Merge branch 'master' of https://github.com/chkr1011/MQTTnet
3年前
Christian
4f14373117
Add Unit Tests.
3年前
Christian
90ec39f2a4
Refactor code.
3年前
Christian
2aa4d1b77a
Add low level client to test environment.
3年前
Christian
aa9f8d8ef3
Update release notes.
3年前
Nikita Senkov
50381637af
Updated _ReconnectAsync_ extension methods to retrieve authentication result ( #1202 )
3年前
Harry Kakoulidis
8905b612c9
Updated tests with public servers. ( #1223 )
* Updated tests with public servers.
* Separated tests with TLS12 and TLS13.
3年前
HansM
3cdf6d1261
[MQTTnet, MQTTnet.Extensions.ManagedClient] Fixed bug that allowed invalid subscriptions (Thanks to @marcelwinh ). ( #1226 )
3年前
Christian
d1c883ebae
Move MQTTnet.Server to dedicated repo.
3年前
Christian
ed5e6ee897
Update project files.
3年前
Christian
2e019f372c
Update docs.
3年前
Christian
cc9bc2d3a0
Merge remote-tracking branch 'origin/master'
3年前
Christian
306bce5a58
Refactor code.
3年前
Ramon Smits
6fe7ce7a0c
FIxed `MqttNetLogLevel.Verbose` incorrectly mapped to `LogLevel.Debug` ( #1170 )
Based on https://github.com/chkr1011/MQTTnet/issues/1138#issuecomment-846649937
3年前
Christian
8f1d4e3c22
Remove client disconnected handler from wrong implementation location.
3年前
Christian
77338527b4
Refactor code.
3年前
Christian
962622a9f7
Merge pull request #1134 from yyjdelete/issue996
Disallow to call MqttClient.ConnectAsync while Disconnect is pending.
3年前
SilverFox
899ed7b1da
Rename MqttClient.ConnectState to MqttClientConnectionStatus
3年前
Christian
10f7d809f2
Merge pull request #1132 from qzwzqty/master
Passes the Endpoint of the client before it disconnected
3年前
Christian
324fb7e48c
Merge pull request #1136 from yyjdelete/framework
Fix UWP support broken in #1135
3年前
SilverFox
d913d4402e
Convert MqttClient._connectState to enum
3年前
SilverFox
df262b5588
Fix UWP support broken in #1135
3年前
Christian
27daf37ba4
Update MQTTnet.nuspec
3年前
Christian
e5e10eee6d
Merge pull request #1135 from yyjdelete/framework
Add more checks for NET5_0
3年前
SilverFox
e174546b5a
Add more checks for NET5_0
3年前
SilverFox
f99daee4d1
Fix Session_Tests.Manage_Session_MaxParallel
3年前
SilverFox
9b10eadb24
Fix broken tests
3年前
SilverFox
c39da42ef2
Disallow to call MqttClient.ConnectAsync while Disconnect is pending.
Fix #996
Fix #1010
3年前
Wang Chunlong
85b339e6f0
rename
3年前
Christian
fbb5cd45a0
Refactor deferred ACK of publish packets.
3年前
Christian
d430ca0250
Merge pull request #1075 from tkurucsai/feature/pending-appmsg-acknowledge
Feature/pending appmsg acknowledge
3年前
Wang Chunlong
cf8ea872d3
Disconnected Endpoint
3年前
Christian
d4440f3be1
Merge remote-tracking branch 'origin/master'
3年前
Christian
b97d01b78b
Fix wrong data validation ( #342 ).
3年前
Christian
375ee5c4ac
Merge pull request #1121 from asymetrixs/master
Added workflow to build debian/ubuntu packages
3年前
tamas.kurucsai
90b37a1e2d
reimplemented delayed acknowledgement using a property to switch off automatic acknowledgement and a new method Acknowledge() in the event handler
3年前
Damian
0978f6cc75
Merge pull request #7 from asymetrixs/deb-packaging
Deb packaging
3年前
Damian Wolgast
e7c51e8dbc
Extraction of Version from project file.
3年前