-
Notifications
You must be signed in to change notification settings - Fork 93
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
[Request] ExecuteListWithDuration return on !done and ExecuteListUntilDone #48
Comments
Some testing shows that maybe So I might be able to use |
Hi,
Which returns list of two
Is this behavior similar to your expectations? D |
BTW - about D |
Hi - version with expected fix seams to be still in development ... I will publish v3.4 soon. |
Added ToolTraceroute object with static Execute method. |
Testing the changes. |
|
I would suggest that |
I will confess that I haven't used any of these duration execute methods at all out side of my testing back then. So not sure if anything needs to be changed here anymore. |
Attempting to make a simple synchronous traceroute, but none of the execute commands work, except for
ExecuteListWithDuration
.I believe that calling the command
/tool/traceroute address=8.8.8.8 count=1
would cause RouterOS to return a!done
by itself without the need for a/cancel
.Do you think it would be possible to make
ExecuteListWithDuration
return when it it receive a!done
?And maybe a
ExecuteListUntilDone
would be interesting to have.ExecuteListWithDuration
to return when it receive!done
ExecuteListUntilDone
, with optional timeoutThe text was updated successfully, but these errors were encountered: