fix: raise exception in internal_push_frame
This commit is contained in:
@@ -246,6 +246,7 @@ class FrameProcessor:
|
||||
await self._prev.queue_frame(frame, direction)
|
||||
except Exception as e:
|
||||
logger.exception(f"Uncaught exception in {self}: {e}")
|
||||
raise Exception("internal_push_frame") from e
|
||||
|
||||
def __create_input_task(self):
|
||||
self.__input_queue = asyncio.Queue()
|
||||
|
||||
Reference in New Issue
Block a user