mev-rs icon indicating copy to clipboard operation
mev-rs copied to clipboard

Add timeout for getting payload per relay

Open ralexstokes opened this issue 1 year ago • 0 comments

this call should have a reasonable timeout to avoid blocking on slow relays: https://github.com/ralexstokes/mev-rs/blob/d4e4646d20365c9c2103d5ceab618e70a256f85c/mev-boost-rs/src/relay_mux.rs#L259

follow the timeout pattern here: https://github.com/ralexstokes/mev-rs/blob/d4e4646d20365c9c2103d5ceab618e70a256f85c/mev-boost-rs/src/relay_mux.rs#L161-L164

ralexstokes avatar Nov 10 '23 14:11 ralexstokes