sbt / sbt-remote-control

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

Fix sending JSON messages #154

Closed havocp closed 10 years ago

havocp commented 10 years ago

This fixes a major bug (couldn't send JSON at all) and also has a bunch of fixes to integration test setup and diagnostics.

When we couldn't connect to sbt server at all, integration tests still passed. That's why the "can't send any messages at all" bug could exist.

henrikengstrom commented 10 years ago

LGTM without having too much background information. Fix the incorrect comment above and we're good to merge.