Go to file
GroovieGermanikus c3c22c87fc
remove broken reconnect count
2023-12-15 16:28:01 +01:00
.github/workflows move mock code 2023-12-15 10:20:41 +01:00
ci add missing rust-version.sh 2023-12-15 10:13:35 +01:00
examples remove broken reconnect count 2023-12-15 16:28:01 +01:00
src remove broken reconnect count 2023-12-15 16:28:01 +01:00
.gitignore gitignore 2023-12-15 10:28:49 +01:00
Cargo.lock fix all clippy 2023-12-15 10:28:25 +01:00
Cargo.toml add missing dependency 2023-12-15 10:09:24 +01:00
README.md deleted task/channel version 2023-12-15 11:45:00 +01:00

README.md

We recommend to use the grpcmultiplex_fastestwins implementation based on Futures. You can take the example code from stream_blocks_mainnet.rs.

Reconnects will handled transparently in inside the Futures. Multiple Futures are executed in parallel and the first result is returned.

No guarantees are made about if the messages are continuous or not.