Skip to content
Unverified Commit fc10887d authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

rpc v2: `submitAndWatch` replace old messages if it's lagging (#4901)

Close https://github.com/paritytech/polkadot-sdk/issues/3076

The fix is really just that older messages are replaced if the client
can't keep up with the server instead.
Because I wanted the same functionality as `pipe_from_stream` for both
pending/subscription I added two wrapper types on-top of the types from
jsonrpsee to make it nicer.

I added a trait `Buffer` so I could still use pipe_from_stream but that
abstraction is a little leaky but only to avoid adding an identical
method/function with another strategy...
parent 0636ffdc
Pipeline #486690 waiting for manual action with stages
in 1 hour and 6 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment