We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any option to configure dalay between probes, like ping command
The text was updated successfully, but these errors were encountered:
I don't think it's necessary to implement that in this library directly, because doing it outside of it is quite easy too, using the interval stream provided by tokio directly. You can take a look at an example implementation over at https://git.jcg.re/jcgruenhage/peshming/src/commit/44251fa2f78bda24997952f267c1616a9affb3cc/src/ping.rs#L59-L67
Sorry, something went wrong.
No branches or pull requests
Any option to configure dalay between probes, like ping command
The text was updated successfully, but these errors were encountered: