sbt / sbt-remote-control

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

Register reply handlers before sending message we expect reply to #151

Closed havocp closed 10 years ago

havocp commented 10 years ago

We sent a message, got serial, then registered reply handler; we need to generate serial, register reply handler, send message.

Also mixed in are a couple of s/concurrent.promise/concurrent.Promise/ to address deprecation messages.

Also print a complaint on unexpected replies, since that probably indicates some kind of bug.

jsuereth commented 10 years ago

LGTM