-
Notifications
You must be signed in to change notification settings - Fork 402
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
Accessing active listeners #350
Comments
What do you mean by “access to the current active listeners”? What exactly expected from access to the list of functions? |
@parfeon I mean, we have in listernes_manager.js all sort of functions to CUD listeners, but we are missing Read of the current listeners. in listeners_manager.js
In Reactive JS application, we need to react to certain types of events in different parts of the application, because it will create duplicate messages to the platform. |
@RaedKhalafDAZN thank you for clarification. This listener stores listeners created at some point and then re-use them when you want to register? |
Hi @parfeon, that would be great! |
@parfeon any updates ? |
@RaedKhalafDAZN i apologize for long response. We will make enhancement in upcoming release (end of this week or start of the next) |
Currently, we are using Pubnub.addListener get get access to messages streams,
but, due to multiple channels subscriptions in different parts of the application, we would like to get access to the current active listeners,
and maybe we can add UUID identifiers for each listeners.
The text was updated successfully, but these errors were encountered: