Concordium / cryptox-android

CryptoX is a Concordium mobile wallet with an advanced set of features
Apache License 2.0
1 stars 0 forks source link

WalletConnect pairing often fails because of timeout #70

Closed Radiokot closed 2 months ago

Radiokot commented 3 months ago

The WalletConnect timeout for initial pairing is only 2 seconds, which causes failures in connection whenever the Internet or the device itself is slow.

We have no control over this timeout value in the current used libarary version, but it would be nice to check if the newest WalletConnect library has this fixed or improved.

Perhaps related: Pairing timeout error: Timed out waiting for 5000 ms · Issue #1093 · WalletConnect/WalletConnectKotlinV2 (github.com)

Radiokot commented 3 months ago

Will work with core updated to 1.32.0:
Increase connection timeout · WalletConnect/WalletConnectKotlinV2@9554a87 (github.com)
feat: increase timeouts by jakubuid · Pull Request #1353 · WalletConnect/WalletConnectKotlinV2 (github.com)