Replies: 1 comment 6 replies
-
Passing a cancellation token is the right way. What exactly doesn't work? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I have a problem,Although I have seen many people ask similar questions, I still can't solve them,I want to know how to close a program that runs indefinitely,be similar to ping 0.0.0.0 -t.
var cmd = Cli.Wrap("ping").WithArguments(new[] { "baidu.com", "-t" });
I tried to follow Timeout and cancellation operation,But it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions