bcgov / BC-Wallet-Demo

Demo of Verifiable Credentials Using the BC Wallet
https://digital.gov.bc.ca/digital-trust/showcase
Apache License 2.0
7 stars 13 forks source link

fix: retry credential and proof requests on timeout #120

Closed wadeking98 closed 1 year ago

wadeking98 commented 1 year ago

Signed-off-by: wadeking98 wkingnumber2@gmail.com

Support for this PR: https://github.com/hyperledger/aries-mobile-agent-react-native Allows deeplinking to work from locked wallet state. Previously the credential offer or proof request connection would timeout and fail due to the amount of time required to unlock bcwallet. These changes make the showcase retry connection request when they timeout.