-
Notifications
You must be signed in to change notification settings - Fork 26
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
Rebased #12 - Updated to Rust 2018, ran Rustfmt, and fixed Clippy lints #14
base: master
Are you sure you want to change the base?
Conversation
In my local fork of this repo I have converted from 0.1 futures and tokio 0.1 to std futures with async await and tokio 0.2 . However this depends on this PR. Would there be any interest in me submitting a PR? |
Just came here to say that your fork works pretty well, first tried integrating this into a project, but after several incompatibility hurdles with the current ecosystem, I switched to your fork and it all became quite easy then. Thanks for your work! |
Is there any movement on this? Is this crate essentially dead? |
I'm still waiting for a review |
With the help of the tokio-users discord channel, I've found what my problem was and now, it does actually work. I've started to do some more clean-up on tokio-ping (stuff bumping the remaining deps, fixing formatting, replacing failure with thiserror and so on), and unless @knsd wants to pick this up again, I'll probably go off and fork this. |
So, no reply here, no reply to the email I wrote last week: Do we want to go ahead and fork this? Any suggestions for a new crate name for crates.io? |
Sorry for late response. I can not speak for @knsd but to me a fork sounds like a plan :) What about just |
No worries, I saw your 👍, I meant more "no response from upstream".
I dislike that a bit, because async_ping sounds runtime agnostic to me, which this is very much not. Considering we're (on a lower level) using ICMP echo requests for pinging, maybe |
That is fair.
|
And done: https://crates.io/crates/tokio-icmp-echo. It's available under https://github.com/jcgruenhage/tokio-icmp-echo. @usbalbin I've invited you as a collaborator on the repo and on the crate on crates.io |
I can not promise how much time I will be able to set aside for this but I would be happy to do what I can. :) |
No worries there, I don't know that either, I just don't want to be alone on this so that the probability of no one answering MRs for years like it happened here is lower ^^ Having 2-3 people with write access means that even when one of them is hit by a bus, the others can keep going. |
This is simply a rebased version of PR #12 thus all credit to the author of that PR.
Please note that I do not wish to step on anyone's toes :)