Alekos Filini
Alekos Filini
I think you should try reporting this to `reqwest` instead, it doesn't sound like a BDK bug. If the exact same code works on x86 but not on wasm I...
Turns out this only happens with one specific server: `testnet.aranguren.org:51001`. The server reports a version `["ElectrumX 1.16.0","1.4"]`, but other servers with the same exact reported version work fine.. Not sure...
Ok I spent some time debugging this: I was wrong when I told you that you need to send an explicit ping, it look like this is done internally right...
Ah, got it, that's the retry timeout: https://github.com/bitcoindevkit/rust-electrum-client/blob/98e1bf205c609a75b0261c390f88e1a4cd8e390a/src/client.rs#L72 Since we push the error before sleeping, it will sleep for `1
I think option (2) would create even more confusion, because in many ways `tls` and `ssl` are basically considered synonyms. Even worse, I was also planning to add support for...
By the way, if I read the link you posted correctly it's not even necessary to rename crates: it seems that cargo is smart enough to map features with the...
Well in our case we don't really need to have `serde` optional, but I checked now and it looks like for `rustls` we also have to include other dependencies, so...
I don't think this was a known issue, and I'm guessing this may be related to the specific server your are running because I've never seen this happen with electrs....
There's an option to set the timeout in the client builder, does it still timeout even when that is set to some value? See: https://docs.rs./electrum-client/0.11.0/electrum_client/struct.ConfigBuilder.html#method.timeout