Yucked / Victoria

🌋 - Lavalink wrapper for Discord.NET. Provides more options and performs better than all .NET Lavalink libraries combined.
https://github.com/Yucked/Victoria/wiki
193 stars 48 forks source link

[ BUG ] No payloads from LL after a while #41

Closed Earu closed 5 years ago

Earu commented 5 years ago

After a while, apparently mostly after using SoundCloud tracks, Victoria does not receive anymore payloads from Lavalink. I tried using LogSeverity.Debug which bypasses the Players.TryGetValue check, and nothing gets logged so the problem comes from something else than a threading issue. It could be the SocketHelper class or Lavalink itself, although the later seems unlikely considering I've found no similar issue among other wrappers.

This is on the V4 version of Victoria.

Earu commented 5 years ago

Possible relevant issue: https://github.com/Frederikam/Lavalink/issues/177

Yucked commented 5 years ago

Probably fixed in v5 with resuming support.