How to know how many consumers are in a group #1837
Unanswered
AzikDeveloper
asked this question in
General
Replies: 2 comments 2 replies
-
Apparently this is a long-living question. I read some feature requests from 2016 and what they suggest is for us to keep track of that ourselves, but don't really give an example how. I think it would be something like increment something on connection and decrement on disconnection. This is what I am doing, actually, but we want to rethink that. So I am looking for a better way to do so. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you seen https://django-channels-presence.readthedocs.io/en/latest/ ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to django channels and I am struggling to count the number of consumers in a group. All the answers for this question is old so I am asking it here.
Beta Was this translation helpful? Give feedback.
All reactions