Christian
|
8ba960343c
|
Fix exception handling issues (#1082).
|
3 years ago |
Christian
|
0976fa682a
|
Merge pull request #1083 from milbrandt/bugfix/noUsername
Test for Regression: No exception on ConnectAsync(null, password) [MQTT-3.1.2-22]
|
3 years ago |
Christian
|
18cc454842
|
Fix build script for .net5.0.
|
3 years ago |
Volker Milbrandt
|
e342a51d50
|
Merge branch 'master'
|
3 years ago |
Volker Milbrandt
|
57652c76cf
|
tests with MqttClient.ConnectAsync with credentials
for all four combinations of null/non-null for username and password
|
3 years ago |
HansM
|
bb52159e49
|
Added reference to SparkplugNet.
|
3 years ago |
HansM
|
109acccd19
|
Update MQTTnet.nuspec
Added code documentation hint.
|
3 years ago |
HansM
|
deb2c3dec6
|
Merge pull request #1055 from chkr1011/add-code-doc
Added client documentation.
|
3 years ago |
HansM
|
63ca6086d5
|
Added missing changelog entry.
Missing changelog change from https://github.com/chkr1011/MQTTnet/pull/1076.
|
3 years ago |
Christian
|
3f92f2ca2b
|
Remove UWP test app because it gets replaced by MQTTnet.App in a separate repository.
|
3 years ago |
Christian
|
a13874d8a5
|
Add missing overloads for client disconnect.
Add timeout for disconnect in managed client.
|
3 years ago |
Christian
|
c91a1f8572
|
Update solution settings.
|
3 years ago |
Christian
|
b103718bd9
|
Add Unit Tests.
|
3 years ago |
Christian
|
b88924bce5
|
Fixed wrong buffer size calculation.
|
3 years ago |
Christian
|
f3f1d81b52
|
Update docs.
|
3 years ago |
Christian
|
031b60878d
|
Merge pull request #1071 from muneebmajeed/master
Allow to respond with a reason code in PUBACK/PUBREC
|
3 years ago |
HansM
|
1fbf20a569
|
Merge pull request #1076 from dagophil/bug/topic-filter-comparer-edge-case
The topic filter comparer now checks for e.g. "foo/" matching "foo/#".
|
3 years ago |
Philip Schill
|
b1bf7698aa
|
The topic filter comparer now checks for e.g. "foo/" matching "foo/#".
|
3 years ago |
tamas.kurucsai
|
fbf7d9bb5c
|
corrected thread safety of ping timers after adding delayed acknowledgement
|
3 years ago |
tamas.kurucsai
|
822f582e41
|
added test for delayed message acknowledgement
|
3 years ago |
Muneeb Majeed
|
f8eaf02516
|
Allow to respond with a reason code in PUBACK/PUBREC
|
3 years ago |
Christian
|
df45540d6b
|
Update docs.
|
3 years ago |
Christian
|
2abcf6d8bc
|
Update docs.
|
3 years ago |
Christian
|
c1001db450
|
Add packet inspector API.
|
3 years ago |
tamas.kurucsai
|
fcbe2e32f6
|
corrected name of response sender method
|
3 years ago |
tamas.kurucsai
|
f955b4a3e6
|
implemented delayed message acknowledgement
|
3 years ago |
SeppPenner
|
3d8d06f9b3
|
Hopefully completely reset the IManagedMqttClient file.
|
4 years ago |
SeppPenner
|
d804b805c1
|
Smaller changes on the comments.
|
4 years ago |
SeppPenner
|
bba04e2b5d
|
Updated all code comments, should be ok now.
|
4 years ago |
SeppPenner
|
5eab337e13
|
Removed not needed comments on client side (Server side is still missing).
|
4 years ago |
Christian
|
e1d39a3fef
|
Fix build of MQTTnet Server.
|
4 years ago |
Christian
|
3f5d627e9e
|
Fix issues in QoS 2 handling.
|
4 years ago |
SeppPenner
|
2047f44554
|
Added client documentation.
|
4 years ago |
Christian
|
75845d6416
|
Fix cancellation issues when connecting.
|
4 years ago |
Christian
|
74e952bb03
|
Merge remote-tracking branch 'origin/master'
|
4 years ago |
Christian
|
3773048bc5
|
Update docs.
|
4 years ago |
Christian
|
f9aec0c067
|
Merge pull request #1048 from tobiasfrick/bugfix/cleandisconnect
Only set _cleanDisconnectInitiated if no disconnect is pending
|
4 years ago |
Tobias Frick
|
91c8a15f65
|
Only set _cleanDisconnectInitiated if no disconnect is pending
|
4 years ago |
Christian
|
b95d6b08bc
|
Update docs.
|
4 years ago |
Christian
|
a44ea74739
|
Merge pull request #1027 from StefanOssendorf/feature/Add-net5-tfm
.Net5.0 TFMs added
|
4 years ago |
JanEggers
|
02e65bca67
|
fixed .net 5 build
|
4 years ago |
Stefan Ossendorf
|
37b783908a
|
.Net5.0 TFMs added
.Net5.0 TFMs added and related nuget packages updated.
|
4 years ago |
Christian
|
72211ae85a
|
Improve packet writer performance.
|
4 years ago |
Christian
|
1f78a92c4d
|
Remove timeout from send method.
|
4 years ago |
Christian
|
f92cfcd293
|
Add new multi threaded application message handler for server.
|
4 years ago |
Christian
|
86256d1b10
|
Update README.md
|
4 years ago |
Christian
|
c3e65390ab
|
Improve performance test.
|
4 years ago |
Christian
|
b0699003e2
|
Refactor code.
|
4 years ago |
Christian
|
1214b15260
|
Update docs.
|
4 years ago |
Christian
|
322067466b
|
Fix wrong usage of client session items for undelivered messages.
|
4 years ago |