-
Notifications
You must be signed in to change notification settings - Fork 1k
Channel cursor #2799
Copy link
Copy link
Closed
Labels
Description
Given #2798
steps
- Start sbt server on terminal1 where a build is located: sbt server
- Start sbt client on terminal2 from anywhere like ~/temp/: sbt client localhost:5001
- On terminal1
project echo-server - On terminal2
project echo-client - On terminal1 type
name - On terminal2 type
name
expectation
I expect terminal1 and terminal2 to return "echo-server" and "echo-client" respectively.
note
Each channel will hold cursor, which points to the "current project".
This probably needs to be lifted out of the state.
Reactions are currently unavailable