-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Unhandled Exception after CTRL+C #53
Comments
I finally understood the problem: the Ctrl-C Handler delegate is being garbage collected. |
gerardog
added a commit
that referenced
this issue
Aug 6, 2020
…(CtrlC Handler delegate was garbage collected). #53
Fixed, you can test it on this build before the next release. |
Merged
Dear Gerardo, sorry for the late answer but is working 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear all,
if you press CTRL+C during a loop command like "ping foo -t" I get the following error:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
thanks a lot
Daniel
The text was updated successfully, but these errors were encountered: