Replies: 2 comments 4 replies
-
No, I have no idea. That was the reason why I decided not to provide async iteration interface like aiohttp and websockets do. Which is very undesirable when there is a spike in market activity. Internally that's what aiohttp and websockets do. They have same non-async |
Beta Was this translation helpful? Give feedback.
-
i think something like this is needed for coroutine callbacks:
|
Beta Was this translation helpful? Give feedback.
-
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 intoasyncio.Queue
, but both is pretty slow.Beta Was this translation helpful? Give feedback.
All reactions