mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
72db833def
* reconn-rpc-client: parse URL before connecting It was hard to figure whether one simply entered a faulty URL and it tried to reconnect according to the retry policy. With this change we first parse url and then try to reconnect. This will detect invalid directly instead of waiting for the retry to complete. * clippy fix * wasm: &str -> Url