Open SuperFluffy opened 1 year ago
Do we need to address this before the collector refactor drops since that is going to change how pending txs are coming in?
Depends on the shape of the refactor I guess. I have had a quick look but it's hard to see what's going on with it right now because it's not yet rebased.
192 contains timeouts for
get_net_version
but not forsubscribe_full_pending_txs
. Adding this is more complex becausesubscribe_full_pending_txs
returns a stream. Since we don't want composer to shut down if the stream times out, the stream needs to be wrapped.https://crates.io/crates/async-stream might help