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.
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.