circuitpython/supervisor/shared/web_workflow
Scott Shawcroft f9d724c09e
Fix retries after successful connection.
We may have set retries to 0 to enforce a timeout but the connect
succeeded. When it succeeds, we want to allow retries later in
case we lose signal briefly. (The callback will do this too but
the connect function will override it after.)

Also, remove extra code from websocket that is leftover from
debugging.
2022-08-10 15:24:08 -07:00
..
static Merge pull request #6693 from RetiredWizard/sort_filemanager 2022-08-10 11:29:39 -07:00
web_workflow.c Merge pull request #6729 from tannewt/websocket_ctrl_c 2022-08-10 13:16:09 -04:00
web_workflow.h Lots of web workflow, C3 and title bar fixes 2022-07-28 16:06:56 -07:00
websocket.c Fix retries after successful connection. 2022-08-10 15:24:08 -07:00
websocket.h Read websocket in background to look for ctrl-c 2022-08-09 13:57:03 -07:00