You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the mobile wallet the connection with WalletConnect fails to be initialized in the first attempt for 2 to 19 users daily (looking at the last 2 weeks). This number gets reduced to 0 to 11 daily users on the 5th attempt. From that I can derive that it’s worth retrying to initialize the client when initialization fails.
To my knowledge, our SDK does not have a retry mechanism when initializing the WalletConnect provider in this file:
In the mobile wallet the connection with WalletConnect fails to be initialized in the first attempt for
2 to 19
users daily (looking at the last 2 weeks). This number gets reduced to0 to 11
daily users on the 5th attempt. From that I can derive that it’s worth retrying to initialize the client when initialization fails.To my knowledge, our SDK does not have a retry mechanism when initializing the WalletConnect provider in this file:
alephium-web3/packages/web3-react/src/utils/connector.ts
Lines 51 to 56 in a2f99a0
alephium-web3/packages/web3-react/src/utils/connector.ts
Lines 78 to 83 in a2f99a0
The text was updated successfully, but these errors were encountered: