sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Executing "reload" makes the server go bye bye #160

Open henrikengstrom opened 10 years ago

henrikengstrom commented 10 years ago

When executing "reload" there are a couple of responses sent back: "ExecutionWaiting", "ExecutionStarting" and then a whole lot of "LogEvent" messages. No "ExecutionFailure" or "ExecutionSuccess" is ever sent back however. It would be good to make the implementation handle the "reload" command correctly.