Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 0.2.0
-
Component/s: None
-
Labels:None
Description
Swank does this by polling back to the connected client to request input. In the face of asynchronous operations, this may be the only option.
Will require adding to the protocol.
See clojure.tools.nrepl.middleware.session/add-stdin for the implementation. Userland documentation coming.