You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely to remove a bunch of complications caused by having one thread to run the asyncio event loop and another thread to get user inputs. With only threads, the setup will be easier.
This is likely to remove a bunch of complications caused by having one thread to run the asyncio event loop and another thread to get user inputs. With only threads, the setup will be easier.