sbt / sbt-remote-control

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

Include info about requesting client in ExecutionWaiting #149

Closed havocp closed 10 years ago

havocp commented 10 years ago

factor out a ClientInfo blob used here and also in RegisterClientRequest

@Warry this adds client info to ExecutionWaiting in case you want to know who is causing each task.

Warry commented 10 years ago

thx!

jsuereth commented 10 years ago

LGTM - nice improvement.