We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16edad commit bb21028Copy full SHA for bb21028
crates/core/src/sync/streaming_sync.rs
@@ -707,7 +707,7 @@ impl StreamingSyncIteration {
707
}
708
709
710
- // Clean up default subscriptions that are no longer active.
+ // Clean up subscriptions that are no longer active and haven't been requested explicitly.
711
for subscription in &tracked_subscriptions {
712
if !subscription.local.has_subscribed_manually() && subscription.server.is_none() {
713
self.adapter.delete_subscription(subscription.local.id)?;
0 commit comments