Skip to content

Commit 37d682d

Browse files
committed
Add comment on Evaluate being tied to TCP
1 parent 841539f commit 37d682d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/ark/src/dap/dap_server.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,8 @@ impl<R: Read, W: Write> DapServer<R, W> {
981981
self.server.send_event(event)
982982
}
983983

984+
// Tied to the TCP transport for now. For Jupyter we need to figure out how
985+
// to do async responses with Jupyter's Control channel.
984986
fn handle_evaluate(
985987
&mut self,
986988
req: Request,

0 commit comments

Comments
 (0)