Go to file
GroovieGermanikus aff421addb
allow processed although it is not recommended
2023-12-19 13:03:07 +01:00
.github/workflows
ci
examples
src allow processed although it is not recommended 2023-12-19 13:03:07 +01:00
.gitignore
Cargo.lock
Cargo.toml
README.md

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.