-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Kestrel always seems to hang on exiting (Mac OSX) #539
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
Comments
http://stackoverflow.com/questions/25712814/how-to-quit-asp-net-kestrel-web-server-on-a-mac It doesn't really answer your question, but here is some help. Look here for the port number: https://github.com/aspnet/Home/blob/dev/samples/latest/HelloMvc/project.json
kill it:
|
To tack on to @jensg's comment, if you want to do everything in one go, try:
where 5000 is the port your project uses. (Those are backticks in the code sample, not apostrophes) |
Closing this as it's already filed on Kestrel |
Pressing Cmd + K to exit kestrel causes it to hang forever. It will be useful to print to console on how to exit the kestrel web server after it starts. Also, it will be helpful to console print the port kestrel starts in instead of printing just a "started" message
The text was updated successfully, but these errors were encountered: