Go to file
GroovieGermanikus ed944a64d5
cleanup
2023-12-20 08:54:20 +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 clippy 2023-12-19 14:19:27 +01:00
src cleanup 2023-12-20 08:54:20 +01:00
.gitignore gitignore 2023-12-15 10:28:49 +01:00
Cargo.lock log obfuscated url 2023-12-19 12:44:49 +01:00
Cargo.toml log obfuscated url 2023-12-19 12:44:49 +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.