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.
1 parent 949a906 commit 96b0c21Copy full SHA for 96b0c21
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