Currently, all requests are synchronous, which makes it inefficient to poll endpoints like /v5/p2p/order/message/listpage for new chat messages.
Please consider adding an async client or exposing async versions of the existing methods to allow non-blocking usage in asyncio-based bots.
Currently, all requests are synchronous, which makes it inefficient to poll endpoints like
/v5/p2p/order/message/listpagefor new chat messages.Please consider adding an async client or exposing async versions of the existing methods to allow non-blocking usage in asyncio-based bots.