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
After some time in debugger, the client.disconnect(from: session) throws me the next error: WalletConnectSwift.WalletConnect.WalletConnectError.tryingToDisconnectInactiveSession which is weird because the session is the correct one and is active in Metamask.
The text was updated successfully, but these errors were encountered:
Hello!
I have connected to
Metamask
usingWallet Connect
successfully, but I can't achieve to end that session.The function that I create it for disconnecting from session is at it follows:
And my
delegate
is at it follows:In the end, nothing happens, no log, the session in Metamask is still active. I have the latest version of this package installed in my Swift project.
Is there another way to disconnect from an active session?
-----------------------------------------------------
After some time in debugger, the
client.disconnect(from: session)
throws me the next error:WalletConnectSwift.WalletConnect.WalletConnectError.tryingToDisconnectInactiveSession
which is weird because the session is the correct one and is active in Metamask.The text was updated successfully, but these errors were encountered: