paradigmxyz / artemis

A simple, modular, and fast framework for writing MEV bots in Rust.
Apache License 2.0
2.31k stars 442 forks source link

Add retries to mev share event client #57

Open zaqk opened 1 year ago

zaqk commented 1 year ago

The event stream gets dropped every so often and requires the process to be restarted in order to reconnect. The EventClient has it's own retry mechanism which solves the problem completely.