Replies: 1 comment
-
Hi, the RPC extension adds RCP support for all protocol versions. Including a async wrapper so that you can write a simple await instead of having a handler somewhere. There are currently no active plans for the RPC extension but you are welcome to create a pull request with the required changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - being fairly new to the MQTT protocol I was doing some reading on V5 of the protocol to understand how the request / response mechanism works. I have implemented the response / request pattern with this MQTTNet lib along with the Rpc extension package. However it does not appear to use the correlation data and therefore does not appear to truly conform to the V5 specification.
Firstly have I got that right?
If so, is this just for backward compatibility so RPC calls can be made on earlier versions of the protocol?
Are there any plans to enhance the Rpc extension to use the V5 pattern?
Beta Was this translation helpful? Give feedback.
All reactions