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 core handles have to be returned to the Session to allow other consumers to do things. With the async API we could change this up and make the Core handle persistent and lock internally.
It's not so clear how this would go or if it's a smart idea.