andelf / tronpy

TRON Python Client Library.
MIT License
212 stars 96 forks source link

Asyncio support #6

Closed MioYvo closed 4 years ago

MioYvo commented 4 years ago

Is there a schedule to support asyncio? For example base on aiohttp or httpx (better)

Thanks for the great work! I'd like to give some PR to help this if you need. :>

andelf commented 4 years ago

Haven't figured out how to support both async and sync calling styles at the same time.😅

PRs are welcomed.