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
Currently in Credo there is a bug that occurs only in mobile where agent.shutdown() fails before isInitialized is set to false, which prevents us from directly using this Credo API for clean agent shutdown / restart in Bifold. Fixing this in Credo (and making a patch for Bifold / BC Wallet) may improve our websocket disconnect / reconnect process and will simplify the current shutdown / restart code in Bifold / BC Wallet some too.
Currently in Credo there is a bug that occurs only in mobile where
agent.shutdown()
fails beforeisInitialized
is set to false, which prevents us from directly using this Credo API for clean agent shutdown / restart in Bifold. Fixing this in Credo (and making a patch for Bifold / BC Wallet) may improve our websocket disconnect / reconnect process and will simplify the current shutdown / restart code in Bifold / BC Wallet some too.Relevant issue: openwallet-foundation/credo-ts#2103
AC: nothing got worse and maybe websocket handling got better
The text was updated successfully, but these errors were encountered: