We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#2172 by @realbigsean introduces the BroadcastStream which is copy-pasted from a tokio PR:
BroadcastStream
https://github.com/sigp/lighthouse/blob/d06dd14f549ba9e0315dd6413c45e797bcf357cd/beacon_node/http_api/src/broadcast_stream.rs
Once tokio-rs/tokio#3384 makes it into a release we should replace our copy-paste implementation with an import from tokio-stream.
tokio-stream
The text was updated successfully, but these errors were encountered:
update tokio-stream to 0.1.3 and use BroadcastStream (#2212)
ed9b245
## Issue Addressed Resolves #2189 ## Proposed Changes use tokio's `BroadcastStream` ## Additional Info N/A Co-authored-by: realbigsean <[email protected]>
62f3865
realbigsean
No branches or pull requests
Description
#2172 by @realbigsean introduces the
BroadcastStream
which is copy-pasted from a tokio PR:https://github.com/sigp/lighthouse/blob/d06dd14f549ba9e0315dd6413c45e797bcf357cd/beacon_node/http_api/src/broadcast_stream.rs
Once tokio-rs/tokio#3384 makes it into a release we should replace our copy-paste implementation with an import from
tokio-stream
.The text was updated successfully, but these errors were encountered: