Merge pull request #8668 from tannewt/ww_ctrl_c
Fix websocket input processing
This commit is contained in:
commit
db3b5ff466
@ -1515,9 +1515,11 @@ void supervisor_web_workflow_background(void *data) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
websocket_background();
|
||||
break;
|
||||
}
|
||||
|
||||
// Let the websocket code run.
|
||||
websocket_background();
|
||||
|
||||
// Resume polling
|
||||
socketpool_socket_poll_resume();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user