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
We should simplify the example in examples/chat.rs to not use async-stream and not manually implement Stream. The manual Stream impl should be replaceable with use of tokio::select!.
Darksonn
removed
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
labels
Mar 9, 2021
We should simplify the example in
examples/chat.rs
to not useasync-stream
and not manually implementStream
. The manualStream
impl should be replaceable with use oftokio::select!
.See #3277 (comment) for context.
The text was updated successfully, but these errors were encountered: