Skip to content

Channel cursor #2799

@eed3si9n

Description

@eed3si9n

Given #2798

steps

  1. Start sbt server on terminal1 where a build is located: sbt server
  2. Start sbt client on terminal2 from anywhere like ~/temp/: sbt client localhost:5001
  3. On terminal1 project echo-server
  4. On terminal2 project echo-client
  5. On terminal1 type name
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions