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
Hi, do you have any idea how to make reading the data asynchronous? Eg. making the on_ws_frame function async? I tried asyncio.create_task and pushing the data into asyncio.Queue, but both is pretty slow.
Hi, do you have any idea how to make reading the data asynchronous? Eg. making the on_ws_frame function async? I tried
asyncio.create_taskand pushing the data intoasyncio.Queue, but both is pretty slow.