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 running from the command line and closing an application context (via await context.close()), there are some instances where the application hangs because a socket connection remains open.
This can be reproduced with our internal DID messaging CLI application.
When running from the command line and closing an application context (via
await context.close()
), there are some instances where the application hangs because a socket connection remains open.This can be reproduced with our internal DID messaging CLI application.
cc @nick-verida
The text was updated successfully, but these errors were encountered: