Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Known issues for beta5 #246

Closed
sayedihashimi opened this issue Jul 1, 2015 · 0 comments
Closed

Known issues for beta5 #246

sayedihashimi opened this issue Jul 1, 2015 · 0 comments

Comments

@sayedihashimi
Copy link
Member

Here are the known issues in the beta5 release.

Cannot cleanly close kestrel on mac/linux

When running a beta5 web project in previous releases you could use CTRL+C to stop kestrel on mac/linux. There is an issue in the asp.net 5 runtime preventing this from working. This has already been fixed for beta6.

The workaround is to use CTRL+Z, which will free up the console but keep the process running. Then you can use kill %1 or killall mono to end the kestrel process.

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

No branches or pull requests

1 participant