-
Notifications
You must be signed in to change notification settings - Fork 17
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
The README claims to be async,, but socket does not implement AsyncRead
neither AsyncWrite
#4
Comments
I may implement the two traits AsyncRead and AsyncWrite in the next version. If you are interested in participating in the development, you can also submit a PR for your needs. |
Cool, waiting for new release, I guess I don't even have to wait for release on crate.io because I already use git dependency due to strange hivemc raknet implementation. Hope for the fast fix for this, because I can't see the point of using it without |
I have committed AsyncRead and AsyncWrite support for RaknetSocket in the main branch. |
A note on some AsyncRead implementations.
|
To use this socket within codecs in tokio utility crate, the socket must implement
AsyncRead
andAsyncWrite
. Is this possible to implement?The text was updated successfully, but these errors were encountered: