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
Hi! Can't get stability in collaborating with @walletconnect/web3wallet events. After successful pairing, session proposal and session establishing I can't get 'session_delete' event while trying to disconnect from the connected resource.
Press disconnect at the uniswap side (seems like provider.disconnect method used)
Expected behavior
'session_delete' triggered so I'm able to align the session state for UI
Additional context
Time after time session might not be published at the application side despite that uniswap connector confirms that everything is fine. TrustWallet app or Binance works just fine and getting the events no matter how much times session was established | disconnected.
UPD. I'm getting the "failed to publish" error pretty often when trying to approve session + the process of approval is pretty long. I've tried to run both of your RN project examples and everything works just fine, so maybe I've missed something and some specifics of my project are might be a reason of WC slow performance? Appreciate for any help
The text was updated successfully, but these errors were encountered:
Hi! Can't get stability in collaborating with @walletconnect/web3wallet events. After successful pairing, session proposal and session establishing I can't get 'session_delete' event while trying to disconnect from the connected resource.
package.json
...
"react-native": "^0.68.0",
"@walletconnect/core": "^2.10.2",
"@walletconnect/react-native-compat": "^2.13.2",
"@walletconnect/web3wallet": "^1.12.2",
"ethers": "^5.7.2",
"events": "^3.3.0",
"fast-text-encoding": "^1.0.6",
...
To Reproduce
Expected behavior
'session_delete' triggered so I'm able to align the session state for UI
Additional context
Time after time session might not be published at the application side despite that uniswap connector confirms that everything is fine. TrustWallet app or Binance works just fine and getting the events no matter how much times session was established | disconnected.
All of the functionality provided according the wallet connect docs of walletkit
UPD. I'm getting the "failed to publish" error pretty often when trying to approve session + the process of approval is pretty long. I've tried to run both of your RN project examples and everything works just fine, so maybe I've missed something and some specifics of my project are might be a reason of WC slow performance? Appreciate for any help
The text was updated successfully, but these errors were encountered: