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
When being used as for a Wallet and upon successful connection to a dApp site, if a dApp disconnects, the didDisconnect delegate method is triggered, but the session itself is still in the server.openSessions() array. The session itself doesn't actually disconnect until there is a timeout error, upon which didDisconnect is called again.
Similarly, disconnecting from within a Wallet style application does not trigger the didDisconnect delegate until there is a timeout error, resulting in the session still returning from server.openSessions() until the timeout occurs.
The text was updated successfully, but these errors were encountered:
When being used as for a Wallet and upon successful connection to a dApp site, if a dApp disconnects, the
didDisconnect
delegate method is triggered, but the session itself is still in theserver.openSessions()
array. The session itself doesn't actually disconnect until there is a timeout error, upon whichdidDisconnect
is called again.Similarly, disconnecting from within a Wallet style application does not trigger the
didDisconnect
delegate until there is a timeout error, resulting in the session still returning fromserver.openSessions()
until the timeout occurs.The text was updated successfully, but these errors were encountered: