mirror of https://github.com/sbt/sbt.git
Fixes #8356 **Problem** When `sbtn` sends a command while another long-running task (like `console`) is already executing, the client silently blocks with no indication that the command is waiting in a queue. **Solution** When a new command arrives via the network channel and another command is currently running, the server now sends an `ExecStatusEvent` notification with status `"Queued"` to the client. The client displays a message like: ``` [info] waiting for: console ``` |
||
|---|---|---|
| .. | ||
| server-test | ||
| test/scala | ||