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: 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 unchanged
0 commit comments