Added support for shared subscriptions#37
Conversation
|
Interesting, thanks! I haven't used shared subscriptions myself. I can see that it's only available in the specification for x >= MQTT v5.0. Would you be up for adding a simple test case in the I don't have time right now to do the testing, maybe @lmn or @lpapier would be up for it? Direct link to MQTT v5.0 specification
|
|
Sure, I will work on it! Shared subscriptions are available on mqtt 5.0 brokers, but the clients don't need to be using mqtt 5.0 I only added support for it in the client part as you can see in the commit, I hope thats fine. |
Just a simple test case - both for testing in the future, and as a tutorial for users. That would be great! Yes, that is absolutely fine - they are not interconnected in that regards. The repo is a little mixed in the current state as a binary-package and a library-package, and they should maybe have been splitted into two different repos... |
|
Hi @pires22 - Up for adding a test case? |
|
I still think this would be a nice addition, but we need a test case for it. |
No description provided.