I noticed that when the WebSocket gets disconnected, the library can hit a loop where it seemingly never tries to reconnect and keeps outputting
Cannot send gateway packet - WebSocket is not connected (IsRunning=false) indefinitely.
I don't know if it needs to call HandleReconnectWithBackoff or ReEstablishGatewayConnectionAsync when it detects this, but something should happen as right now I'm thinking to just have it reconnect every 5 minutes or something to keep it trucking along.
Version: 1.0.0-alpha11
Thanks!
I noticed that when the WebSocket gets disconnected, the library can hit a loop where it seemingly never tries to reconnect and keeps outputting
Cannot send gateway packet - WebSocket is not connected (IsRunning=false)indefinitely.I don't know if it needs to call HandleReconnectWithBackoff or ReEstablishGatewayConnectionAsync when it detects this, but something should happen as right now I'm thinking to just have it reconnect every 5 minutes or something to keep it trucking along.
Version: 1.0.0-alpha11
Thanks!