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
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
[PollStream] reset shutdown_fut future after done (#32)
* [PollStream] reset shutdown_fut future after done
fixes "async fn resumed after completion" panics, which occurs if you
call poll_shutdown after it has returned Poll::Ready once.
* bump min version
fixes "error: package `os_str_bytes v6.2.0` cannot be built because it
requires rustc 1.57.0 or newer, while the currently active rustc version
is 1.56.1"
0 commit comments