geyser-grpc-connector/README.md

426 B

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.