trustwallet / wallet-connect-swift

WalletConnect Swift client SDK
MIT License
115 stars 131 forks source link

Persist session + connection timeout #7

Closed hewigovens closed 5 years ago

hewigovens commented 5 years ago

we kill the session immediately after the app enters background, a better way is launching a background task and alert user to go back to the app, and only kill the sessions when user press disconnect button explicitly.

for the white screen issue, we can add a timeout if server doesn't send a session request and kill the session