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 92e35f1 commit 52bf159Copy full SHA for 52bf159
1 file changed
server/src/registry.rs
@@ -34,7 +34,7 @@ pub struct DaemonConnection {
34
// ═══════════════════════════════════════════════════════════════════
35
// Incoming: Daemon → Python (Streaming Pattern)
36
37
- /// Maps request_id → output channel for interactive sessions
+ /// Maps session_id → output channel for interactive sessions
38
/// Session output arrives incrementally from daemon, gets forwarded to Python.
39
/// Pattern: Streaming (continuous flow of data chunks)
40
sessions: Arc<DashMap<String, mpsc::UnboundedSender<Vec<u8>>>>,
0 commit comments