Lavalink events not firing
Created by: IDoEverything
Summary
On every version since nightly 00770, events on LavalinkGuildConnection
are not properly firing.
Details
I'm using the latest lavalink CI server build and running it locally on my windows 10 pc. The PlaybackFinished
and PlayerUpdated
events fire like they're supposed to on 769 but do not do anything on 770 and above. I assume this would be true for all the events. I turned on trace logging, and it seems like lavalink does actually send the event, but any code in the handler does not execute, and no exception is thrown either. This probably has something to do with changing to streams for deserialization.
Steps to reproduce
- Play a song with lavalink and hook the
PlaybackFinished
event on theLavalinkGuildConnection
- The code in the event should fire if on nightly 00769 but won't on 00770 or the latest nightly