Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ws): Songbird would fail if it could not deserialize ws payload. (s…
…erenity-rs#170) Receiving a new opcode while connecting to a voice channel was causing the connection to fail, while this was handled correctly elsewhere. Unfortunately, Discord added such a payload during every connection. This PR moves the logging and conversion to no-op (and log) to catch both locations.
- Loading branch information