RootCauseunvalidated
The WebSocket server sends/flushes progress updates in a way that buffers or delays delivery to the client during long-running processing, likely due to the event loop being blocked (or not yielding) while handling uploads and processing.
c12d4955-c81e-4717-8364-95291cd01f15
The WebSocket server sends/flushes progress updates in a way that buffers or delays delivery to the client during long-running processing, likely due to the event loop being blocked (or not yielding) while handling uploads and processing.