mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 01:42:30 -05:00
Fix managed LL subprocess's stdout overflowing and deadlocking (#5903)
Signed-off-by: Draper <27962761+Drapersniper@users.noreply.github.com> Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
@@ -51,14 +51,6 @@ class NoProcessFound(ManagedLavalinkNodeException):
|
||||
"""Exception thrown when the managed node process is not found"""
|
||||
|
||||
|
||||
class IncorrectProcessFound(ManagedLavalinkNodeException):
|
||||
"""Exception thrown when the managed node process is incorrect"""
|
||||
|
||||
|
||||
class TooManyProcessFound(ManagedLavalinkNodeException):
|
||||
"""Exception thrown when zombie processes are suspected"""
|
||||
|
||||
|
||||
class LavalinkDownloadFailed(ManagedLavalinkNodeException, RuntimeError):
|
||||
"""Downloading the Lavalink jar failed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user