Results 1 comments of Ali Teshnizi

I was able to fix this by creating a global loop and using it for all streams. Add this globally: ```python import threading import asyncio global_loop = asyncio.new_event_loop() def start_global_loop(loop):...