-
What is the easiest way for me to to see the list of channels a client is subscribed, as well as the list of clients subscribed to a channel? For example, before allowing a client to publish to a channel, I may want to check that it is first subscribed to the channel |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I think this was answered before. The only way, for now at least, to achieve that, is to track it yourself with lists/dictionaries. |
Beta Was this translation helpful? Give feedback.
-
I see. The library itself must keep track of this information somewhere though, right? Is it just not possible to access this information? |
Beta Was this translation helpful? Give feedback.
-
It's not possible right now, but something like that could be added. |
Beta Was this translation helpful? Give feedback.
It's not possible right now, but something like that could be added.