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
ab8c7df0b9
Add unit Tests.
5 years ago
Christian Kratky
dbb227406b
Added UnitTests.
5 years ago
Christian Kratky
5a4c735b85
Refactor code.
5 years ago
Christian Kratky
f0be3ef0cf
Add UnitTests.
5 years ago
Christian Kratky
5cfb092449
Add UnitTests.
5 years ago
Christian Kratky
cdbdfdec6d
Add UnitTests.
5 years ago
Christian Kratky
7f08371532
Update tests.
5 years ago
Christian Kratky
61b10a8b56
Add extension methods.
5 years ago
Christian Kratky
a8db0dd3d6
Rename tests.
5 years ago
Christian Kratky
8708609498
Add more function mappings for MQTTnet Server.
5 years ago
BennyM
4860cec6c7
When no handlers are configured the client should not blow up
5 years ago
Christian Kratky
6a2bded181
Refactor session and connection handling in server. Fix QoS level 2 issues.
6 years ago
Christian Kratky
ebf0e91ab8
Refactor subscribe and unsubscribe to support MQTTv5.
6 years ago
Christian Kratky
cc113a6c34
Refactor namespaces.
6 years ago
Christian Kratky
9b51404b4d
Add Unit Tests.
6 years ago
Christian Kratky
ccc275902f
Fix wrong retain flag when distributing messages.
6 years ago
Christian Kratky
3db22eea51
Remove dedicated V3 messages.
6 years ago
Christian Kratky
5a59cd278c
Add serializer adapter.
6 years ago
Christian Kratky
b4f90decc7
Fix unit tests to allow release builds.
6 years ago
Christian Kratky
6b9015a928
Fix order of ClientConnected and ClientDisconnected events.
6 years ago
JanEggers
f7ea2d29e1
prove its broken
6 years ago
JanEggers
e6cfef5295
fixed disconnect to be triggered just once
6 years ago
Christian
8856a7aa34
Fix broken package reader
7 years ago
Christian
002e4b8d69
Fix broken unit tests
7 years ago