You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
18:57:29.189 [debug] Starting
18:57:29.194 [info] Booting, connecting to wss://gateway.discord.gg/?encoding=etf&v=6&compress=zlib-stream
18:57:29.629 [info] Connected
18:57:49.766 [warn] Disconnected: Did not receive hello after 20 seconds. Waiting five seconds before reconnecting
18:57:54.998 [info] Reconnected
This will continue to repeat seemingly indefinitely.
The text was updated successfully, but these errors were encountered:
I notice how the log isn't outputting the [debug] Sending identify from lib/gateway/identify_limiter.ex. If i continually restart the sample application, around 1 in 10 tries it will successfully connect. I wonder if there's a race with the identify limiter, or the calling of it?
Using a minimal example from the README, the application fails to properly start up.
System Info:
Erlang/OTP 23 [erts-11.1.1] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [hipe]
Mix 1.11.0 (compiled with Erlang/OTP 23)
Log
This will continue to repeat seemingly indefinitely.
The text was updated successfully, but these errors were encountered: