Skip to content

Commit 52bf159

Browse files
committed
update comment
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 92e35f1 commit 52bf159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub struct DaemonConnection {
3434
// ═══════════════════════════════════════════════════════════════════
3535
// Incoming: Daemon → Python (Streaming Pattern)
3636
// ═══════════════════════════════════════════════════════════════════
37-
/// Maps request_id → output channel for interactive sessions
37+
/// Maps session_id → output channel for interactive sessions
3838
/// Session output arrives incrementally from daemon, gets forwarded to Python.
3939
/// Pattern: Streaming (continuous flow of data chunks)
4040
sessions: Arc<DashMap<String, mpsc::UnboundedSender<Vec<u8>>>>,

0 commit comments

Comments
 (0)