circuitpython/supervisor/shared/web_workflow
Scott Shawcroft f1053fb963
Introduce port_yield()
This allows the web workflow send code to yield briefly when
waiting for more room to send in a socket. Waiting for an "interrupt"
could wait forever because the select task only waits for read and
error. Adding wait on write is tricky because much of the time we
don't care if the sockets are ready to write. Using yield avoids
this trickiness.
2022-08-11 11:25:34 -07:00
..
static Merge pull request #6693 from RetiredWizard/sort_filemanager 2022-08-10 11:29:39 -07:00
web_workflow.c Introduce port_yield() 2022-08-11 11:25:34 -07:00
web_workflow.h Retry send if only some bytes sent 2022-08-10 11:34:49 -07:00
websocket.c Retry send if only some bytes sent 2022-08-10 11:34:49 -07:00
websocket.h Read websocket in background to look for ctrl-c 2022-08-09 13:57:03 -07:00