Skip to content
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

Async entry methods cannot be killed normally #128

Closed
atruskie opened this issue Oct 5, 2017 · 1 comment
Closed

Async entry methods cannot be killed normally #128

atruskie opened this issue Oct 5, 2017 · 1 comment
Labels

Comments

@atruskie
Copy link
Member

atruskie commented Oct 5, 2017

Expected behaviour

When running any instance of AP.exe it should be able to be killed with the Ctrl+C shortcut.

Actual behaviour

When running any async based analysis, the program cannot be killed normally.

Steps to reproduce the behaviour

  • Run any async based sub-program (e.g. eventstatistics)
@atruskie atruskie added the bug label Oct 5, 2017
@atruskie
Copy link
Member Author

This was closed by upgrading to newer C# language features (including async main methods) and our CLI library (see #145)

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

No branches or pull requests

1 participant