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年前
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年前
Christian
ed5e6ee897
Update project files.
3年前
Christian
12f346115f
Improve RPC client handling.
3年前
Christian
120b7fb7d1
Fix RPC issue #1093 by calling both message handlers.
3年前
SeppPenner
bba04e2b5d
Updated all code comments, should be ok now.
4年前
Stefan Ossendorf
37b783908a
.Net5.0 TFMs added
.Net5.0 TFMs added and related nuget packages updated.
4年前
Christian Kratky
2716db04e3
Move the RPC topic validation to the topic generation strategy.
4年前
Christian Kratky
6a564a0c72
Align nuget dependency versions and project references.
4年前
Pavlo Datsiuk
85b000c6b7
[COMMIT] The proj files have been updated to enable SourceLink [MQTTnet.Extensions.Rpc.csproj]
4年前
Christian Kratky
dbe12b9c48
General code refactoring.
4年前
Christian Kratky
683bb43486
Fix performance issue in logger.
4年前
Christian Kratky
9810e52bcb
Fix build.
4年前
Christian Kratky
72fa13ca5b
Fix build errors.
4年前
Christian Kratky
2e3cf54f11
Add support for different strategies when generating RPC topics.
5年前
Christian Kratky
9ac726b271
Revert "Remove dedicated UWP builds and code."
This reverts commit 6d0e2c2022
.
5年前
Christian Kratky
6d0e2c2022
Remove dedicated UWP builds and code.
5年前
hezlog
9fa9d22097
Fixed MQTTnet.noUWP.sln build issue.
5年前
Christian Kratky
61b10a8b56
Add extension methods.
5年前
Christian Kratky
03bfc5f00b
Refactor event handler namings.
5年前
Christian Kratky
8708609498
Add more function mappings for MQTTnet Server.
5年前
Federico Di Gregorio
bc1a197c4f
Align conditions in dependent project with conditions in MQTTnet
6年前
Jens-Christian Skibakk
740a35b018
Skip build uap10.0 when using dotnet cli
6年前
Christian Kratky
7fd09009e7
Update docs.
6年前
Jan Eggers
4fc1912ee8
fixed assembly versions
6年前
Christian Kratky
0322660561
Refactor async/await and ConcurrentDictionary usage.
6年前
Christian Kratky
20779dfece
Reorganize solution structure.
6年前