-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Unable to shut down via ctrl + c . #2066
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tested using latest abp applictaion via cli
OS : Windows 10
abp verison : 1.0.2
PS Z:\temp\abpTemp> abp new Acme.BookStore [12:54:55 INF] ABP CLI (https://abp.io) [12:54:56 INF] Version 1.0.2 (Stable channel) [12:54:57 INF] Creating your project... [12:54:57 INF] Project name: Acme.BookStore [12:54:57 INF] Output folder: Z:\temp\abpTemp [12:54:58 INF] Downloading template: app, version: 1.0.2 [12:55:04 INF] Check out the documents at https://docs.abp.io/en/abp/latest/Startup-Templates/Application [12:55:07 INF] 'Acme.BookStore' has been successfully created to 'Z:\temp\abpTemp'
I commented out serilog so that it outputs to the console.
After the application boots up , i try to shut down via Ctrl + C.
It appears to be blocked via ConsoleLifeTime when using the generic host builder.
The text was updated successfully, but these errors were encountered: