You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Tokio released version 0.3 with some breaking changes that affect this crate quite heavily. (E.g. removal of
poll_read_buf
, changed signature ofpoll_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.The text was updated successfully, but these errors were encountered: