Feature request: Get subscribers count
See original GitHub issueGreat library! It would be useful to be able to get the number of subscriptions to an event (even better would be to get the subscriptions as a list, like in c# events: https://msdn.microsoft.com/en-us/library/system.delegate.getinvocationlist(v=vs.110).aspx).
Current workaround I’m using: (dispatcher as any)._subscriptions.length
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Feature Request - Query number of subscribers for subject #444
What I'd like is a way to query NATS whether there is a subscriber to a subject, and if not just do the...
Read more >What are APIs | YouTube API to get Subscriber Count
For this very special video a friend of mine gave me a fun suggestion ; to use the YouTube API to get my...
Read more >Could we please get a subscriber count on the suggested ...
Of course you can check the subscriber count of individual subreddits, they are requesting a specific feature where the sub count shows up ......
Read more >Subscriptions: list | YouTube Data API - Google Developers
Returns subscription resources that match the API request criteria. Quota impact: A call to this method has a quota cost of 1 unit....
Read more >API Guide: Check / Get Subscriber Count - Webpushr
GET Get Subscriber Count. This endpoint is used to check subscriber count for a website. The request method of this call needs to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is now fixed in 1.5.*. Please upgrade.
Great. I’ll look into it.