Christian Kratky
6a564a0c72
Align nuget dependency versions and project references.
4 years ago
SeppPenner
75dfe68a94
Added interceptor for undelivered messages.
4 years ago
JanEggers
16180e83ba
fixed parallel writes #932
4 years ago
Christian Kratky
4565c3990a
Fix Blazor projects.
4 years ago
Christian Kratky
1b56155f1c
Add Blazor test app.
4 years ago
Christian Kratky
60941c04e5
Add new factory overloads.
4 years ago
Christian Kratky
dbe12b9c48
General code refactoring.
4 years ago
Christian Kratky
683bb43486
Fix performance issue in logger.
4 years ago
Christian Kratky
a58ab607ad
Improve logger performance.
4 years ago
Christian Kratky
2a421d1d42
Refactor code.
4 years ago
JanEggers
4b481b4833
removed unused dependecies
4 years ago
Christian Kratky
e798c91ff3
Fix exception handling when using invalid host names upon connect.
4 years ago
Christian Kratky
9810e52bcb
Fix build.
4 years ago
Christian Kratky
31df8247fa
Try to fix CI build.
4 years ago
JanEggers
93d8679bbc
fixed netcoreapp3.1 build
4 years ago
Christian Kratky
9749f790ea
Try to fix CI builds.
4 years ago
Christian Kratky
fbbc638c75
Try to fix CI builds.
4 years ago
Christian Kratky
cf7e59a774
Improve unit tests.
4 years ago
Christian Kratky
7931af7487
Add support for certificate validation callback for Web Socket connections.
4 years ago
Christian Kratky
c2ac4fffaf
Expose PING method for clients.
4 years ago
Christian Kratky
4b78710705
Refactor topic filter naming.
4 years ago
JanEggers
d49a4384c0
use the RemoteEndpoint property from the ConnectionContext and added test
4 years ago
Christian Kratky
4b08bb41f5
Refactor code.
4 years ago
Christian Kratky
b9e9fe64ac
Refactor adapter handling.
4 years ago
PSanetra
fcd6b7ff52
Process messages async
This commit fixes issues which were caused by processing messages synchronously in the packet receiver loop. This blocked KeepAlive and Ack packets from being processed while a message was processed.
Fixes #648
Fixes #587
Fixes #829
4 years ago
Christian Kratky
54870adc64
Fix build warnings and errors.
4 years ago
Christian Kratky
fc358f9015
Fix build errors.
4 years ago
Christian Kratky
67d56644b2
Expose custom session items in session status.
4 years ago
Christian Kratky
6e0d3ec0fb
Update nuget packages.
4 years ago
Christian Kratky
7a24970035
Fix UnitTests.
4 years ago
Christian Kratky
ad128c7889
Improve socket handling.
4 years ago
PMExtra
774d49a908
Fix exception message and add test cases.
4 years ago
Christian Kratky
81b547f386
Fix logging issues.
4 years ago
Christian Kratky
04ccdcd562
Add low level client.
4 years ago
PMExtra
4eb65fc3d2
Support MqttClientOptionsBuilder.WithConnectionUri()
4 years ago
PMExtra
55dc940abb
GetUserProperty extension.
4 years ago
Christian Kratky
0653b89701
Fix broken unit tests.
4 years ago
Christian Kratky
561474c572
Fix broken unit tests.
4 years ago
JanEggers
20eda96921
fixed core 3.1 startup and verified it still works with 2.1 and net461
4 years ago
Christian Kratky
72fa13ca5b
Fix build errors.
4 years ago
Christian Kratky
ce51d12a03
Update SDK versions.
5 years ago
JanEggers
27a61819d3
removed unused code
5 years ago
JanEggers
328ffc734f
dont allow publish before the client is started and adjusted testclient accordingly
5 years ago
JanEggers
ac06a001e2
fixed some warnings
5 years ago
JanEggers
698f0b66d2
fixed object disposed exception on netfx fixing #803 #733 #728 #486 #158
5 years ago
JanEggers
14419e4d63
fixed clients overlapping from one test to another by:
- adding client and server wrappers to verify the clientid starts with the testname
- adding disposable baseclass
- clear disconnect handler from client so it does not try to reconnect after it is disposed
- moved code from dispose to cleanup in case it is called in a stop method as dispose may only be called once while start / stop may be called multiple times
5 years ago
Christian Kratky
624fafc662
Update nugets.
5 years ago
Lucas Rosa
5c25905510
Clean up
5 years ago
Lucas Rosa
e3f6b579b2
Working PoC
5 years ago
Lucas Rosa
c467c9c818
Debugging duplicated client id issue
5 years ago