sbt / sbt-remote-control

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

Send ClosedEvent when adding a watch to a closed client #133

Closed havocp closed 10 years ago

havocp commented 10 years ago

Otherwise every app will have a race condition. This ensures that if you handleWatch you always see a ClosedEvent eventually.

jsuereth commented 10 years ago

LGTM. Rube would love you.

havocp commented 10 years ago

travis is back to only failing on jdk6. So this is good to merge I think