chrahunt / quicken

Make Python apps faster
MIT License
7 stars 1 forks source link

Shutdown server if runtime directory is removed #39

Open chrahunt opened 5 years ago

chrahunt commented 5 years ago

Since a conforming XDG_RUNTIME_DIR will get removed on logout (but our server will not, by default), we should be good citizens and shut down the server if possible since no more clients would be able to connect.