sbt / sbt-remote-control

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

Drop clients from listeners on socket disconnect #165

Open havocp opened 10 years ago

havocp commented 10 years ago

We have a serverState.disconnect(), but nothing actually calls it I don't think. We keep clients in the listener list forever.