websocket has a rate limit of 120/60. If you send a lot of commands over a socket that get queued up (like say requesting member lists for 1400 guilds). The socket sometimes hits the rate limit and get killed by discord.
twilight re-opens it, resumes the session and every single pending command fails because it's internal receiver went away
websocket has a rate limit of 120/60. If you send a lot of commands over a socket that get queued up (like say requesting member lists for 1400 guilds). The socket sometimes hits the rate limit and get killed by discord.
twilight re-opens it, resumes the session and every single pending command fails because it's internal receiver went away