-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to subscribe to all gochannel ? #421
Comments
Hey, I think using only one channel to subscribe is better. |
This is not possible at the moment, but could be developed as a feature on top of GoChannel. |
@m110 Should I pick this up? |
@yashb042 I'm happy to review! Please keep it backward compatible :) |
@m110 Just a quick thing, we are not storing the list of topics anywhere currently. Only place we can get all the topics from is iterating over the subscribers map to get a list of topics to which subscribers are subscribed to. Do you suggest keeping a managed topicsList, adding a topic to this list whenever there is a new publisher with a new topic. We can add that in the struct - GoChannel |
Hi,
I'd like to subscribe/listen to anything in a gochannel. It's possible ?
Something like
thanks
The text was updated successfully, but these errors were encountered: