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
This error causes agent.shutdown() to fail before it sets agent.isInitialized to false which prevents the graceful shutdown and restart of mobile Credo agents (between auth lockouts for example)
This error causes
agent.shutdown()
to fail before it setsagent.isInitialized
tofalse
which prevents the graceful shutdown and restart of mobile Credo agents (between auth lockouts for example)Here is the relevant line (I think):
credo-ts/packages/core/src/transport/WsOutboundTransport.ts
Lines 44 to 45 in e57bf8f
There has been some suggestions in Credo Discord on how to fix, I would make a PR myself but I'm going on vacation for a few weeks
The text was updated successfully, but these errors were encountered: