Skip to content

Commit 860e318

Browse files
lxsaahCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0c7c907 commit 860e318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aimdb-core/src/remote/handler.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ where
157157

158158
// Per-connection FuturesUnordered of subscription futures. Each
159159
// `record.subscribe` pushes one future here; cancellation flows
160-
// through `Arc<AtomicBool>` (Unsubscribe) or by dropping `subs` when
161-
// the connection ends.
160+
// through `Arc<Notify>` (Unsubscribe) or by dropping `subs` when the
161+
// connection ends.
162162
let mut subs: FuturesUnordered<BoxFuture> = FuturesUnordered::new();
163163

164164
// Main loop: interleave reading requests, writing events, and draining

0 commit comments

Comments
 (0)