sbt / sbt-remote-control

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

Attempt to reply exactly once to all requests #104

Closed havocp closed 10 years ago

havocp commented 10 years ago

This allows requesters to block for an "ack" or ErrorResponse if they see fit. Without the non-error ack, there's no way to know whether an error is going to arrive later. So this is good general practice to always have a "yes I got it" reply even if for now we never send back an error for a particular request.

havocp commented 10 years ago

Travis error just a timeout, no changes to this PR expected. Integration tests work locally.

jsuereth commented 10 years ago

K, merging.