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
This issue is a follow-up on #238 and its PR #241.
Right now, voice is implemented so that it is reconnected when either a VoiceServerUpdateEvent or a VoiceStateUpdateEvent arrives from the main gateway. This is actually incorrect, and the bot should wait for both before reconnecting.
Since it only handles one of those events, at the point of reconnection, the information given to the server is invalid, so the connection cannot be resumed and everything is interrupted.
The text was updated successfully, but these errors were encountered:
This issue is a follow-up on #238 and its PR #241.
Right now, voice is implemented so that it is reconnected when either a
VoiceServerUpdateEvent
or aVoiceStateUpdateEvent
arrives from the main gateway. This is actually incorrect, and the bot should wait for both before reconnecting.Since it only handles one of those events, at the point of reconnection, the information given to the server is invalid, so the connection cannot be resumed and everything is interrupted.
The text was updated successfully, but these errors were encountered: