-
Notifications
You must be signed in to change notification settings - Fork 526
Regression on stopping the server #111
Comments
@halter73 Can you have a look for Beta5? If we can have a contained fix in Kestrel package only, we should be able to take this in Beta 5. |
#9? Also note that CTRL+Z merely pauses the process and puts it in the background. From there, you could work with it using the |
@Tragetaschen I think #9 is a different issue. This was working on Mac in beta3/4. #9 was filed over a year ago. |
The reason this becomes visible now is that Hosting was changed. Up until beta4, the clean way to exit the process was to press Enter ( Prior to beta5, CTRL+C would kill the process without proper cleanup. Pressing it was using the equivalent of |
@Tragetaschen ok I see. Let's see what @halter73 finds out in his investigation. |
I think @Tragetaschen is right. For now, workaround would be to hit Ctrl-Z to send the process to the background, and than kill it via command line (or with Activity Monitor on a Mac) |
OnStopRude along with @Tratcher's fix in Hosting fix this issue |
This is going in beta 6 |
"For every web template when the server is started with dnx . kestrel I used to be able to hit q or CTRL+C. The only way I've found to stop the server is with CTRL+Z but that keep the port in use. So on the next usage of dnx . kestrel you get a port in use error. More info at OmniSharp/generator-aspnet#191 (comment)."
The text was updated successfully, but these errors were encountered: