issues
search
belyalov
/
tinyweb
Simple and lightweight HTTP async server for micropython
MIT License
252
stars
39
forks
source link
Bug fix: asyncio.cancel
#52
Open
Beormund
opened
1 year ago
Beormund
commented
1 year ago
Replaced asyncio.cancel with task.cancel and now storing tasks in self.conns instead of handlers.
Check web server is running before shutting down and is not running before starting.
Removed unused self.processed_connections in webserver class.