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:
Draper
2022-12-27 19:33:50 +00:00
committed by GitHub
parent 43ab6e2ef5
commit 1ab303bce7
2 changed files with 16 additions and 24 deletions

View File

@@ -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.