Johan x Lindqvist
|
61c3e02242
|
Updated exception message to be in line with other exception messages.
|
il y a 5 ans |
Johan x Lindqvist
|
5618c4c1f7
|
Always access the exception property on the task if it has status IsFaulted.
By checking the Exception property it will consider the task exception as handled which means the finalizer won't throw an unhandled task exception.
|
il y a 5 ans |
Johan x Lindqvist
|
ba9ceed7ce
|
Use Task.WhenAll to handle errors in both tasks.
Previously if there was an exception in the first task that is awaited the second task would not be awaited.
|
il y a 5 ans |
Johan x Lindqvist
|
ad1c198e43
|
Remove if clause that stopped handling of tasks with exceptions.
Now the task is always awaited and thus the exception in the task is handled.
|
il y a 5 ans |
SeppPenner
|
2918be18c6
|
Added automatic labels to the issue templates.
|
il y a 5 ans |
Christian Kratky
|
9302e80d73
|
Merge branch 'develop'
|
il y a 5 ans |
Christian Kratky
|
cf6f0ece0e
|
Add test execution in build script.
|
il y a 5 ans |
Christian Kratky
|
50d65f2fed
|
Update nugets.
|
il y a 5 ans |
Christian Kratky
|
4614df7fa5
|
Update docs.
|
il y a 5 ans |
Christian
|
22aedcba09
|
Merge pull request #744 from JanEggers/pr/fix#743
fixed #743
|
il y a 5 ans |
Christian Kratky
|
2767d897a4
|
Fix serialization issue of MQTTv5 PubRec packet.
|
il y a 5 ans |
JanEggers
|
a4420063c0
|
fixed #743
|
il y a 5 ans |
Christian Kratky
|
2320352124
|
Update docs.
|
il y a 5 ans |
Christian Kratky
|
c0b4155ab4
|
Update docs.
|
il y a 5 ans |
Christian Kratky
|
b09f31d654
|
Fix TCP server adpater when using empty password.
|
il y a 5 ans |
Christian Kratky
|
30c33d46f9
|
Merge remote-tracking branch 'origin/develop' into develop
|
il y a 5 ans |
Christian
|
651b79a124
|
Merge pull request #740 from cslutgen/chain
Fix Client SslStream CRL verification
|
il y a 5 ans |
Christian Kratky
|
2e3cf54f11
|
Add support for different strategies when generating RPC topics.
|
il y a 5 ans |
Craig Lutgen
|
d7948afd98
|
Fix client SslStream certificate chain CRL validation. The logic was inverse and CRLs were never checked.
Add a missing dispose in managed client.
|
il y a 5 ans |
cslutgen
|
4cefa1dfa9
|
Merge pull request #2 from chkr1011/develop
Develop
|
il y a 5 ans |
Christian Kratky
|
0cfb8b4020
|
Remove not async task handling.
|
il y a 5 ans |
Christian Kratky
|
9ac726b271
|
Revert "Remove dedicated UWP builds and code."
This reverts commit 6d0e2c2022 .
|
il y a 5 ans |
Christian Kratky
|
232605304e
|
Revert "Update nugets."
This reverts commit 6c53677e7d .
|
il y a 5 ans |
Christian Kratky
|
6c53677e7d
|
Update nugets.
|
il y a 5 ans |
Christian Kratky
|
6d0e2c2022
|
Remove dedicated UWP builds and code.
|
il y a 5 ans |
Christian Kratky
|
8ad1fb2871
|
Refactor server certificate classes (breaking change).
|
il y a 5 ans |
Christian Kratky
|
4a7ff9e9ed
|
Add TLS certificate password support for MQTTnet.Server.
|
il y a 5 ans |
Christian Kratky
|
f54598c201
|
Merge branch 'develop'
|
il y a 5 ans |
Christian Kratky
|
2300e68fff
|
Add UnitTests for RPC.
|
il y a 5 ans |
Christian Kratky
|
6996824157
|
Merge branch 'master' into develop
|
il y a 5 ans |
Christian Kratky
|
524f695829
|
Update docs.
|
il y a 5 ans |
Christian
|
72faa067cc
|
Merge pull request #729 from cslutgen/clientcerts
Add Server certificate password and client certificate builders
|
il y a 5 ans |
SeppPenner
|
01aa75471c
|
Updated description of issue templates.
|
il y a 5 ans |
HansM
|
048206eb1e
|
Fixed my spelling mistake from before.
|
il y a 5 ans |
HansM
|
ad5b0caa4d
|
Fixed spelling issue in feature request issue template.
|
il y a 5 ans |
HansM
|
0f14ddcf79
|
Updated bug report issue template.
|
il y a 5 ans |
Craig Lutgen
|
59d2a8e551
|
Changed server crentials property name from password to certificateCredentials
|
il y a 5 ans |
HansM
|
8607ceb3b7
|
Fixed feature request issue template.
|
il y a 5 ans |
HansM
|
b82e5a48a4
|
Fixed custom issue template.
|
il y a 5 ans |
HansM
|
30c5147c62
|
Fixed bug reports issue template.
|
il y a 5 ans |
Craig Lutgen
|
9d63500f95
|
Fix build issue with UWP
|
il y a 5 ans |
Craig Lutgen
|
a03bdc7616
|
Expose server certificate password and client certificate options to MqttServerOptionsBuilder
|
il y a 5 ans |
Christian Kratky
|
413daee551
|
Merge branch 'master' into develop
|
il y a 5 ans |
Christian Kratky
|
f3ea7008e5
|
Merge remote-tracking branch 'origin/develop' into develop
|
il y a 5 ans |
Christian Kratky
|
8bfbbd2b29
|
Refactoring.
|
il y a 5 ans |
Christian Kratky
|
ab8c7df0b9
|
Add unit Tests.
|
il y a 5 ans |
Christian Kratky
|
975eb60e90
|
Fix memory leak when SSL is not working properly.
|
il y a 5 ans |
Christian Kratky
|
6076151222
|
Update docs.
|
il y a 5 ans |
Christian Kratky
|
9cc96f1888
|
Refactor log messages.
|
il y a 5 ans |
HansM
|
7aa4d5159c
|
Fixed styling in feature request template.
|
il y a 5 ans |