You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
When watching a show, you want to see how many other people are watching too.
Describe the solution you'd like
A scalable way to fetch current realtime viewers on a given user page.
Describe alternatives you've considered
A few possible ways to do this, and probably others I haven't thought of yet:
Utilize the Redis subscriptions package (graphql-redis-subscriptions) we're using for GraphQL subscriptions, since it keeps track of how many users are currently connected to a given artist page.
Is your feature request related to a problem? Please describe.
When watching a show, you want to see how many other people are watching too.
Describe the solution you'd like
A scalable way to fetch current realtime viewers on a given user page.
Describe alternatives you've considered
A few possible ways to do this, and probably others I haven't thought of yet:
graphql-redis-subscriptions
) we're using for GraphQL subscriptions, since it keeps track of how many users are currently connected to a given artist page.Additional context
Update:
urlSlug
they're on.urlSlug
userId
andurlSlug
, get response with number of current viewersThe text was updated successfully, but these errors were encountered: