circuitpython/supervisor/shared/web_workflow
Ted Hess 9825b7fbb7 Web Workflow sockets and threads handling improvements.
Fixes polling thread looping forever hangs preventing new connections.
Don't lose listening sockets on mp resets and re-init.
Keep better separation of "system" and "user" sockets.
Track socket states to prevent re-use of sockets before closed.
Close REST socket when transaction completes. No post-init.
Remove unnecessary state flags.
2023-04-05 13:50:42 -04:00
..
static dotenv becomes settings.toml 2022-12-08 12:44:20 -06:00
web_workflow.c Web Workflow sockets and threads handling improvements. 2023-04-05 13:50:42 -04:00
web_workflow.h Web Workflow sockets and threads handling improvements. 2023-04-05 13:50:42 -04:00
websocket.c Web Workflow sockets and threads handling improvements. 2023-04-05 13:50:42 -04:00
websocket.h Read websocket in background to look for ctrl-c 2022-08-09 13:57:03 -07:00