Files
songbird/src/ws.rs
Erk c73f4988c8 fix(ws): Songbird would fail if it could not deserialize ws payload. (#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.
2023-11-20 00:02:56 +00:00

3.4 KiB