We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 949a906 + 96b0c21 commit db3b5ffCopy full SHA for db3b5ff
supervisor/shared/web_workflow/web_workflow.c
@@ -1515,9 +1515,11 @@ void supervisor_web_workflow_background(void *data) {
1515
}
1516
break;
1517
1518
- websocket_background();
1519
- break;
1520
+
+ // Let the websocket code run.
1521
+ websocket_background();
1522
1523
// Resume polling
1524
socketpool_socket_poll_resume();
1525
0 commit comments