You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
For a simple app, run dnx . kestrel
This starts the server.
Make a request to the url.
Try stoppping the server by typing Ctrl + C. It does not stop it. It just hangs. I had to close the terminal window.
This happened on beta5 bits.
I was able to stop the server if I just started it and did not make any request to the url.
For a simple app, run
dnx . kestrelThis starts the server.
Make a request to the url.
Try stoppping the server by typing Ctrl + C. It does not stop it. It just hangs. I had to close the terminal window.
This happened on beta5 bits.
I was able to stop the server if I just started it and did not make any request to the url.