Michi
25ddfc83a8
MqttRpcClient now adds ResponseTopic to MqttApplicationMessage when using MQTT v5 ( #1295 )
* MqttRpcClient now adds ResponseTopic to MqttApplicationMessage when using MQTT v5
* No need for conditional protocol check (ResponseTopic property won't be added by PacketFormatter in <MQTT v5)
* Cleanup: Remove using
3 years ago
Christian
c756a4092f
Feature/mqttv5 subscriptions server ( #1246 )
* Add support for RetainHandling.
* Add support for No Local.
* Add support for _SubscriptionIdentifier_.
* Add more Unit Tests.
* Update docs.
3 years ago
Christian
12f346115f
Improve RPC client handling.
3 years ago
Christian
120b7fb7d1
Fix RPC issue #1093 by calling both message handlers.
3 years ago
Christian Kratky
2716db04e3
Move the RPC topic validation to the topic generation strategy.
4 years ago
Christian Kratky
72fa13ca5b
Fix build errors.
4 years ago
Christian Kratky
2e3cf54f11
Add support for different strategies when generating RPC topics.
5 years ago
Christian Kratky
61b10a8b56
Add extension methods.
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 Kratky
0322660561
Refactor async/await and ConcurrentDictionary usage.
6 years ago
Christian Kratky
20779dfece
Reorganize solution structure.
6 years ago
Christian Kratky
9bea46adcb
Remove unneeded _sealed_ keywords. Update docs.
6 years ago
Christian
af8d1ec6be
Refactoring
6 years ago
Christian
109e4b2cf1
Refactor the task timeout code to avoid still running tasks if the timeout is reached.
6 years ago
Christian
1df6798934
Fix issues in RPC extension.
6 years ago
Christian Kratky
2cb1c544f5
Add extension method for subscriptions
7 years ago
Christian Kratky
d12d2648b7
Add extension for RPC calls; replace locks; Refactored storage in Managed Client
7 years ago