Skip to content
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

Tokio 0.3 support #302

Closed
RAnders00 opened this issue Oct 25, 2020 · 1 comment
Closed

Tokio 0.3 support #302

RAnders00 opened this issue Oct 25, 2020 · 1 comment

Comments

@RAnders00
Copy link

Tokio released version 0.3 with some breaking changes that affect this crate quite heavily. (E.g. removal of poll_read_buf, changed signature of poll_read and others). I tried making a pull request myself but quickly found that the implementation is quite low-level and requires quite significant changes to accomodate both tokio 0.2 and 0.3 at the same time.

@RAnders00
Copy link
Author

Fixed via ce1612f and released in v4.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant