You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(indexing): WebSocket race condition, NaN stats, file streaming
Fixes:
- Add delay before WS close to ensure client receives completion event
- Align stat field names between backend and frontend
- Add current_file to progress events for streaming display
- Preserve completed state when WebSocket disconnects
Root cause: Backend closed WebSocket immediately after sending completion
event, causing race condition where frontend's onclose fired before
onmessage could process the completion.
Closes#154
0 commit comments