Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix server #64

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix server #64

wants to merge 4 commits into from

Conversation

mssever
Copy link

@mssever mssever commented Nov 5, 2016

bin/serve can be difficult to exit, requiring me to look up its pid and manually kill it. I converted it to Python 3, which enables me to kill it more normally by issuing ^C as expected. The only thing is, I still have to hit ^C twice sometimes, so there's now a note explaining that. It's better than before, but far from perfect.

Note: I messed up my branch history, so the only file that is really a part of this merge request is bin/serve. Unfortunately, I can't figure out how to remove bin/ssid from this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant