deltachat-bot / deltaland

[WIP] Deltaland, fantasy world, chat adventure, MMO game for Delta Chat
GNU General Public License v3.0
4 stars 2 forks source link

Remove asyncio #3

Open link2xt opened 1 year ago

link2xt commented 1 year ago

deltachat_rpc_client is not using asyncio anymore.

Once https://github.com/deltachat-bot/deltabot-cli-py/pull/2 is merged, this bot could remove asyncio everywhere.

adbenitez commented 1 year ago

here it is not only about asyncio lib but also all the sqlalchemy usage for async is a bit different from sync lib

link2xt commented 1 year ago

Yes, I have seen it, but all these libraries seem to support sync usage as well, so all asyncio can be removed.