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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make upload-slice sending resilient to WebSocket reconnects (#108)
* feat: make upload-slice sending resilient to WebSocket reconnects
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* fix: harden upload-slice ack tracking and reconnect resend against concurrent dispatch
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* fix: guard onUploadSliceAck against a null batchId to avoid locking isStatusChecking
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* chore: increase slice size to 100
---------
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>