-
Notifications
You must be signed in to change notification settings - Fork 522
Kestrel takes 2-3 seconds to shutdown if any connections have been made #247
Comments
OK, let's investigate what we can do for Beta 8. |
- This is a temporary fix that doesn't try to gracefully close connections #247
@muratg I tested the shalter/247 branch referenced above with the new WTE build. This seemed to reduce the time window where you could get a 502.3 response, but didn't eliminate it completely. Bill thinks that the change to kill iisexpress on ctrl+f5 could fix the 502.3 issue as well, so I'm waiting on that change before doing any further work on this. |
@halter73 Sounds good. If WTE change ends up eliminating the need to do this in Beta 8, please move to RC1. |
Not sure if this is the same bug/related, but kestrel wont respond (at all) to CTRL+C after it has served at least 1 page on OSX + CoreCLR. If I CTRL+C before serving a page it exits properly. Mono works fine and exits at any time.
|
Need for RC2 |
Kestrel is taking 2-3 seconds to shutdown (e.g. after Ctrl-C) if any connections have been made to it. This is causing the development experience in Visual Studio to be poor due to the long time it takes to get the server going again after making a code change.
Repro steps
by @DamianEdwards
The text was updated successfully, but these errors were encountered: