Commit d845cdd
authored
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 #26851 parent 1530112 commit d845cdd
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
0 commit comments