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(storage): unsubscribing from the upload progress will not cancel and added replay (#2688)
* unsubscribing from upload progress shouldn't cancel the upload, that was undefined behavior IMO
* `shareReplay` the upload, so one could pick back up (say if they had upload progress `| async` on a view somewhere)
Closes#2685
0 commit comments