Make Hello packets include rate limit data #3284
Unanswered
apacheli
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
I wanna work on to this project can you assign it to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Add fields to the hello packet to include data about rate limiting similar to the HTTP API.
Why This is Needed
Currently, there is only a small part of the documentation that mentions anything about gateway rate limiting, and it's not mentioned under the Rate Limit topic either. Hardcoding values is generally not great, so knowing what they are initially can be very helpful.
Alternatives Considered
Additional Details
We could potentially receive another event telling us that rate limits have changed, so we could update during an active connection.
Beta Was this translation helpful? Give feedback.
All reactions