Skip to content

Commit 56b91f9

Browse files
committed
Add comment
1 parent c847b6a commit 56b91f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connection.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ use dap::server::{ServerReader, ServerWriter};
1414
pub struct Connection {
1515
inbound_rx: mpsc::Receiver<Request>,
1616
outbound_tx: mpsc::Sender<Sendable>,
17+
18+
// NOTE: The order matters here.
19+
// I/O threads must be dropped after the channels.
1720
_io_threads: IoThreads,
1821
}
1922

0 commit comments

Comments
 (0)