sbt / sbt-remote-control

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

Fix setDaemon to use sendMessage instead of sendJson #265

Closed havocp closed 9 years ago

havocp commented 9 years ago

and also now it actually waits for the ReceivedResponse.

This was a semantic merge conflict (sendJson was deleted at the same time that setDaemon was added)

jsuereth commented 9 years ago

LGTM