lavalink-devs / lavaplayer

Lavaplayer fork maintained by Lavalink
Apache License 2.0
187 stars 51 forks source link

Add potential thread leak fix #96

Closed freyacodes closed 5 months ago

freyacodes commented 7 months ago

This PR changes the lifecycle of LocalAudioTrackExecutor such that it is completely disposed of when the track ends. This appears to resolve a suspected race condition that causes a thread and memory leak.

I am still testing these changes.

freyacodes commented 5 months ago

Closing this, as I realised that I created a duplicate.