Gelbpunkt / gateway-proxy

Drop-in proxy for Discord gateway connections and sessions allowing for zero downtime deploys
GNU Affero General Public License v3.0
86 stars 17 forks source link

discord.py: Can't keep up, websocket is 41.3s behind. #23

Closed JohannesIBK closed 9 months ago

JohannesIBK commented 9 months ago

Hey, when using the proxy, I get this error every few minutes after some time. It seems like it can be safely ignored or is there a real issue?

Gelbpunkt commented 9 months ago

discord.py can't cope with the speed that the proxy responds to heartbeats. The ping is 0ms, but discord.py doesn't immediately read the ack. In my discord.py forks I patched out heartbeating to work around this issue.

JohannesIBK commented 9 months ago

thank you very much