deltachat-bot / deltaland

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

Remove asyncio #3

Open link2xt opened 10 months ago

link2xt commented 10 months 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 10 months 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 10 months ago

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