elonen/lanscatter

Make GUI kill processes forcibly after a short timeout

Opened this issue · 1 comments

Currently GUI can linger for quite a while in some cases, and keep sockets bound etc.

"Close" event should probably wait for nice shutdown for a few seconds, and then just kill everything if necessary.

Master doesn't write to disk at all, and client just rehashes stuff on startup, so corrupting files or such shouldn't be a problem.

Maybe not necessary if #13 is fixed.