Kasherpete / Official-app-sms-service

Service being privately developed for the eth0s group
3 stars 0 forks source link

Project not fully asynchronous #2

Open Kasherpete opened 1 year ago

Kasherpete commented 1 year ago

Project is not completely asynchronous. Need to use more proper asyncio functionality and replace requests with aiohttp. This does not directly impact users, but if more than one person is using the service, it may be slow/glitchy, and in some cases may not work at all.

Kasherpete commented 1 year ago

I need to put the command handler inside an asynchronous function, and use asyncio.create_task(Command.[command]). I will work on this as soon as we get more twilio funds