Commit 68a166f
fix: prevent canceling one subscription from canceling all active subscriptions
- Add window-specific filtering to takeUntil operator in sendQueryRequest$ effect
- Fixes cross-window cancellation issue where canceling one subscription would incorrectly cancel all active subscriptions
- Only affects query/subscription requests, other operations remain unchanged1 parent f349ca1 commit 68a166f
File tree
1 file changed
+6
-1
lines changed- packages/altair-app/src/app/modules/altair/effects
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
363 | 368 | | |
364 | 369 | | |
365 | 370 | | |
| |||
0 commit comments