circuitpython/supervisor/shared/web_workflow
Scott Shawcroft 931757f4a9
Improve web workflow responsiveness
1. Run the socket select task at the same priority as CP. This is
  needed because it queues up the background work. Without it, CP
  needed to sleep to let the lower priority task go.
2. Close the active socket on disconnect. This prevents looping
  over a disconnected but not closed socket.

Fixes #6610. Fixes #6613
2022-07-26 15:29:49 -07:00
..
static Tweak serial page to work better in Chrome 2022-07-12 14:12:39 -07:00
web_workflow.c Improve web workflow responsiveness 2022-07-26 15:29:49 -07:00
web_workflow.h WIP doesn't flush response before closing 2022-06-27 13:34:13 -07:00
websocket.c Fix build and minify html and js 2022-07-12 11:13:17 -07:00
websocket.h WIP websocket to serial 2022-07-01 16:57:10 -07:00