1
7c3eb023a3
重新打包
2 years ago
1
9fc98c409d
修改mqtt获取配置文件方式
2 years ago
1
233ebe96d6
增加扩展
2 years ago
HansM
47e674e4d3
Adjusted default value for the supported Net frameworks versions where "None" is incompatible. ( #1348 )
2 years ago
Christian
d5691346a9
Update MQTTnet.nuspec
2 years ago
HansM
0730f21d29
Merge pull request #1338 from alvin1221/public_broker_test
Thank you, this is indeed a bug.
2 years ago
alvin1221
6dfa7f0769
Fix incorrect TLS port of broker.emqx.io
2 years ago
Christian
27592f1643
Update MQTTnet.nuspec
2 years ago
Christian
c6f4b59438
Increase delay for Keep Alive checks to decrease CPU load.
2 years ago
Christian
b362b2afc2
Make logger parameters generic.
2 years ago
Christian
7a72a8d562
Update MQTTnet.nuspec
2 years ago
Günther Foidl
bd40e10a66
Elide repeated Action-delegate allocation by caching it ( #1324 )
* Elide repeated Action-delegate allocation by caching it
Here C# compiler has too little knowledge about the usage of the delegate, we know better so cache it on our own to avoid the repeated allocation.
* Use conditional compilation
2 years ago
Christian
4b44a2b2b1
Remove appveyor.
2 years ago
Christian
215f24a95b
Create CODE-OF-CONDUCT.md
2 years ago
Christian
72f9acdc20
Update CI
2 years ago
Christian
1e5390679f
Update ci.yml
2 years ago
Christian
5cafce4345
Update ci.yml
2 years ago
Christian
dfaf3dc31f
Update ci.yml
2 years ago
Christian
3a9397c793
Update CI.
2 years ago
Christian
1cf4a7d6be
Update ci.yml
2 years ago
Christian
180588c3a4
Update ci.yml
2 years ago
Christian
bc4c86bebd
Update ci.yml
2 years ago
Christian
ea88a8c0de
Update CI.
2 years ago
Günther Foidl
d98129481a
Fixed latent bug in MqttApplicationMessageBuilder.WithPayload stream overload ( #1322 )
2 years ago
Christian
5e5818d7df
Merge branch 'master' of https://github.com/chkr1011/MQTTnet
2 years ago
Christian
72c7a8959c
Update MQTTnet.nuspec
2 years ago
patagona
39e637795e
improve exception message when handling connection errors ( #1302 )
2 years ago
logicaloud
731c89d2e9
Fix MQTT5 'IsPersisted' session flag handling ( #1300 )
2 years ago
Michi
25ddfc83a8
MqttRpcClient now adds ResponseTopic to MqttApplicationMessage when using MQTT v5 ( #1295 )
* MqttRpcClient now adds ResponseTopic to MqttApplicationMessage when using MQTT v5
* No need for conditional protocol check (ResponseTopic property won't be added by PacketFormatter in <MQTT v5)
* Cleanup: Remove using
2 years ago
Christian
2d94abdde3
Update MQTTnet.nuspec
Update docs.
3 years ago
logicaloud
f0ea13c07f
Fix MQTT 3.1.1 session persistence when CleanSession=1 ( #1294 )
3 years ago
Volker Milbrandt
47cd5aa3cd
test ResultCode for invalid credentials (no userName but password) ( #1270 )
fix order of parameters in exceptions AreEqual(expected, actual)
3 years ago
HansM
258df6bb14
Removed IDisposable from MqttClientConnection class. ( #1288 )
3 years ago
SeppPenner
85c3c0b352
MQTTnet.noUWP.sln: Removed no longer present MQTTnet.Server project.
3 years ago
Christian
8020e66f41
Fix UWP build errors.
3 years ago
Christian
bd004ec327
Update docs.
3 years ago
logicaloud
1e68c2e815
Fixes #1276 timestamp check in server keep-alive monitor ( #1277 )
* Fix timestamp check in server keep-alive monitor
* Retain the original client statistics property name
- add comments to clarify meaning
- add separate public "received" timestamp property
* fix comment
3 years ago
Christian
d7e1c89d62
Update docs.
3 years ago
patagona
b779d04636
let the OS choose the supported TLS ptotocols when connecting to a MQTT broker ( #1271 )
3 years ago
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 years ago
Christian
0920c86d37
Refactor logger. ( #1247 )
3 years ago
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 years ago
Christian
feb53e78c6
Update docs.
3 years ago
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 years ago
Christian
68f1043ef5
Refactor sub/unsub management in managed client.
3 years ago
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 years ago
Marc Sallin
fcab0d5cf0
Add Silverback to references in readme ( #1238 )
3 years ago
HansM
b66a18f8dd
Merge pull request #1241 from soyoo/master
Update README.md
3 years ago
zhengshuyuan
8e1e93c00f
Update README.md
fix typo
3 years ago
Christian
cd8940f9b7
Improve internal server connection management. ( #1232 )
3 years ago