Christian Kratky
|
fd91170aee
|
Merge branch 'master' into develop
|
5 years ago |
Christian Kratky
|
cd1bfc3a10
|
Auto stash before merge of "develop" and "feature/server-project-bootstrap"
|
5 years ago |
Christian Kratky
|
f074e9ed04
|
Merge branch 'feature/server-project-bootstrap' into develop
|
5 years ago |
Christian Kratky
|
562a5304f6
|
Add flag for secure connections.
|
5 years ago |
Kiarash
|
1e697a94a1
|
Add Kesterl Settings into appsettings
|
5 years ago |
Kiarash
|
0e2c3abd05
|
Add missing method for setting encrpted IPv6 address.
* Clean up
|
5 years ago |
Kiarash
|
7321774c45
|
Merge branch 'feature/server-project-bootstrap' of https://github.com/chkr1011/MQTTnet into feature/server-project-bootstrap
|
5 years ago |
Kiarash
|
4a65cab769
|
Merge branch 'feature/server-project-bootstrap' of https://github.com/chkr1011/MQTTnet into feature/server-project-bootstrap
|
5 years ago |
Christian Kratky
|
510c3bd0bf
|
Move logger into WebSocketServerAdapter instead of creating a new instance.
|
5 years ago |
Kiarash
|
0c056b511e
|
Fix and clean up
|
5 years ago |
Christian Kratky
|
2ca6866c5e
|
Remove obsolete code.
|
5 years ago |
Kiarash
|
ebcce9b8be
|
Merge branch 'feature/server-project-bootstrap' of https://github.com/chkr1011/MQTTnet into feature/server-project-bootstrap
|
5 years ago |
Kiarash
|
9e7c70e649
|
Add new configuartion model
Added new models for review
|
5 years ago |
Christian Kratky
|
bef0860e53
|
Add support for WebSocket connections.
|
5 years ago |
Christian Kratky
|
67c9177731
|
Merge branch 'master' of https://github.com/chkr1011/MQTTnet
|
5 years ago |
Christian Kratky
|
007991f073
|
Update docs.
|
5 years ago |
Christian
|
532dddeb6c
|
Merge pull request #526 from JohBa/patch-2
Don't cancel token before stop session manager
|
5 years ago |
Christian Kratky
|
9070087fad
|
Add flag for indicating if application message processing has failed.
|
5 years ago |
Christian Kratky
|
de8bcb7f37
|
Update docs.
|
5 years ago |
Christian
|
5090cfb411
|
Fix memory leak in AsyncAutoResetEvent.
|
5 years ago |
Christian Kratky
|
6e64d653c5
|
Hide connect password from logs.
|
5 years ago |
Christian Kratky
|
461bc6e594
|
Add MQTTnet.Server to NoUWP solution.
|
5 years ago |
Christian Kratky
|
0d95dc563c
|
Update documents.
|
5 years ago |
Christian Kratky
|
03bfc5f00b
|
Refactor event handler namings.
|
5 years ago |
Christian Kratky
|
8708609498
|
Add more function mappings for MQTTnet Server.
|
5 years ago |
Christian
|
dffc27c1f4
|
Migrate events in server to async handlers.
|
5 years ago |
Christian
|
6f5f507323
|
Extend MQTTnet.Server application.
|
5 years ago |
Christian
|
26d6d817cd
|
Fix memory leak in AsyncAutoResetEvent.
|
5 years ago |
Kiarash Ghiaseddin
|
b68247f56d
|
WIP
First draft for MQTTnetServer project
* Basic support for settings
* Nasty code for setting up kestrel from appsettings.json
|
5 years ago |
Christian
|
3b02a5f6aa
|
Fix NullRefException when cancelling the server.
|
5 years ago |
Christian
|
09718a00e7
|
Add handlers to variable before using to avoid NullRefExceptions.
|
5 years ago |
Christian
|
ecc2cd5f0c
|
Merge pull request #555 from BennyM/develop
When no handlers are configured the client should not blow up
|
5 years ago |
Christian
|
618580dc15
|
Merge pull request #553 from dpsenner/feature/MqttClient-add-missing-async-extensions
Add extension methods that provide a simpler api for IMqttClient and IManagedMqttClient
|
5 years ago |
BennyM
|
4860cec6c7
|
When no handlers are configured the client should not blow up
|
5 years ago |
Dominik Psenner
|
b9e0dbf150
|
Add extension methods that provide a simpler api for IMqttClient and IManagedMqttClient connect/disconnect when the handlers do not need async/await
|
5 years ago |
vbBerni
|
2a4eb460da
|
StopAsync now waits until the managed client is stoped and more typical disposing of internal client
|
5 years ago |
Christian
|
087c622122
|
Merge pull request #551 from dpsenner/feature/add-async-handlers-for-connected-and-disconnected
Add async handler interfaces for connected and disconnected to allow async code on connect
|
5 years ago |
Dominik Psenner
|
2000de15e7
|
Add async handlers for connect and disconnect, too
.. this allows a client to properly async publish on connect.
|
5 years ago |
Dominik Psenner
|
5e6b902430
|
Add convenience extensions to the managed client
|
5 years ago |
Dominik Psenner
|
a1f414a06d
|
Add async handler interfaces for connected and disconnected to allow async code to execute on connect
|
5 years ago |
Berni
|
de3a39bdc2
|
Fix Managed Client should dispose inner mqtt client #527
|
5 years ago |
Christian
|
6c5c9e5bf2
|
Merge pull request #540 from vbBerni/develop
fix logger logId not used in ManagedMqttClient
|
5 years ago |
Berni
|
506873ed5b
|
fix logger logId not used in ManagedMqttClient
|
5 years ago |
Christian Kratky
|
6a2bded181
|
Refactor session and connection handling in server. Fix QoS level 2 issues.
|
5 years ago |
Christian Kratky
|
ebf0e91ab8
|
Refactor subscribe and unsubscribe to support MQTTv5.
|
5 years ago |
Johannes Bäurle
|
107e96ff7d
|
Don't cancel token before stop session manager
|
5 years ago |
Christian Kratky
|
0d6e244f84
|
Refactor UnitTests.
|
5 years ago |
Christian Kratky
|
96a67579e2
|
Improve session handling.
|
5 years ago |
Christian Kratky
|
4cba814716
|
Cleanup.
|
5 years ago |
Christian Kratky
|
b527059b72
|
Fix session takeover.
|
5 years ago |