Please describe the changes this PR makes and why it should be merged:
This PR fixes a bug added in by #60, causing the gateway to never send the identify payload inside of _onOpen, as a result, the gateway waits for a ready payload but never recieves it, destroys itself and just loops over.
Note: I won't be making a full emergency release just for this. @cordis/gateway as itself will stay broken until Sunday, however I will be pushing the fix to latest on Docker Hub.
Status and versioning classification:
Code changes have been tested against the Discord API, or there are no code changes
Please describe the changes this PR makes and why it should be merged: This PR fixes a bug added in by #60, causing the gateway to never send the identify payload inside of
_onOpen
, as a result, the gateway waits for aready
payload but never recieves it, destroys itself and just loops over.Note: I won't be making a full emergency release just for this.
@cordis/gateway
as itself will stay broken until Sunday, however I will be pushing the fix tolatest
on Docker Hub.Status and versioning classification: