Go to file
GroovieGermanikus 3d50dce545
implement channelizer
2023-12-19 13:42:26 +01:00
.github/workflows
ci
examples implement channelizer 2023-12-19 13:42:26 +01:00
src implement channelizer 2023-12-19 13:42:26 +01:00
.gitignore
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.