Downstream issue: bitcoindevkit/bdk-dart#103
A downstream bdk-dart integration run hit Failed to install CryptoProvider when multiple Electrum SSL clients were created concurrently... the same Electrum canary passed when rerun alone, and the full integration suite passed with --concurrency=1.
This is easiest to reproduce in CI or parallel test runners, but I wouldn't necessarily rule out real apps hitting the same path.
CouldNotCreateConnectionElectrumException(unexpected error: Failed to install CryptoProvider)
Downstream issue: bitcoindevkit/bdk-dart#103
A downstream
bdk-dartintegration run hitFailed to install CryptoProviderwhen multiple Electrum SSL clients were created concurrently... the same Electrum canary passed when rerun alone, and the full integration suite passed with--concurrency=1.This is easiest to reproduce in CI or parallel test runners, but I wouldn't necessarily rule out real apps hitting the same path.