-
Notifications
You must be signed in to change notification settings - Fork 6
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
migrate to eventsub #58
Milestone
Comments
It seems like chat over EventSub will also be easy. The rough outline of how we do auth for it (thanks to BarryCarlyon):
That means overall we will need to subscribe to:
Given the limit of 300 subscriptions per WebSocket EventSub connection, that means 33-50 broadcasters per shard. Plenty for now; if we need to support more than that, we'll probably want to switch to webhooks anyway. |
Closed
zephyrtronium
added a commit
that referenced
this issue
Aug 26, 2024
zephyrtronium
added a commit
that referenced
this issue
Aug 29, 2024
zephyrtronium
added a commit
that referenced
this issue
Aug 30, 2024
zephyrtronium
added a commit
that referenced
this issue
Aug 30, 2024
zephyrtronium
added a commit
that referenced
this issue
Sep 2, 2024
zephyrtronium
added a commit
that referenced
this issue
Sep 2, 2024
As yet untested, but I need my daily metrics. For #58.
zephyrtronium
added a commit
that referenced
this issue
Sep 6, 2024
zephyrtronium
added a commit
that referenced
this issue
Sep 6, 2024
zephyrtronium
added a commit
that referenced
this issue
Sep 7, 2024
This was referenced Nov 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rather than #50, we should use EventSub to subscribe to streamer online and offline notifications directly. Later we can also use chat over EventSub.
Using EventSub over WebSockets directly would be fine, but it is probably better to use a conduit with one shard for full instant reconnect. Not sure what the UX for creating the conduit should be, though. It seems fine to Get Conduits and use whatever we see or Create Conduit if we see nothing.
The text was updated successfully, but these errors were encountered: