Just-Some-Bots / MusicBot

:musical_note: The original MusicBot for Discord (formerly SexualRhinoceros/MusicBot)
https://just-some-bots.github.io/MusicBot/
MIT License
3.09k stars 2.35k forks source link

Potentially fix high-cpu deadlock bug. #2411

Closed itsTheFae closed 1 month ago

itsTheFae commented 1 month ago

Description

This PR makes further changes to playback processing to avoid the infinite loop / deadlock issue created by too many concurrent playback calls waiting for the async player lock.

Lets hope this PR contains minimal regressions... Only more testing will tell!