gateway-proxy
gateway-proxy copied to clipboard
Drop-in proxy for Discord gateway connections and sessions allowing for zero downtime deploys
- Some libraries don't handle handle zlib that well. This PR adds a config option to forcefully disable compression called ``allow_compression`` @Gelbpunkt
Hey, would it be possible to add ARM to the github ci?
Since this commit https://github.com/Gelbpunkt/gateway-proxy/commit/e41d6a48054e824493f3893ba38b10a668afe432 I'm mostly unable to chunk guilds, using discord.py, I'm seeing "Shard ID %s timed out waiting for chunks for guild_id %s." For reference https://github.com/Rapptz/discord.py/blob/a5d03d4a1e6f4314518f6f55d8b7130ab3f4336e/discord/state.py#L577. I have...
Hey, thanks for making great lib ! I have several question: - If client connect to this proxy and connected to voice, when client disconnected from proxy will that make...
I tried to use the proxy with the newest version of JDA (5.0.2). However, it seems that the GUILD_CREATE event sent by the proxy does not contain the stickers property....