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

Only the enter key stops the server. #1

Merged
merged 1 commit into from
Mar 5, 2014

Conversation

vector-man
Copy link

Currently, only the enter key stops the server, but the application tells the user to "press any key to exit." I've added 'Console.ReadKey(true)' instead of the current 'Console.ReadLine()' so that a key press will stop the server.

PavelBansky added a commit that referenced this pull request Mar 5, 2014
Only the enter key stops the server. Fixed.
@PavelBansky PavelBansky merged commit 8574059 into PavelBansky:master Mar 5, 2014
@PavelBansky
Copy link
Owner

Awesome, thanks!

@vector-man
Copy link
Author

No problem :). Great project!

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.

2 participants