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
It might be unsafe to use a scoped ref to a task runner which goes out of scope.
It also is a problem that multiple task runners and hence threads can try to get https information.
We should also use a sequence checker to make sure the DB work is done on the same thread.
The text was updated successfully, but these errors were encountered:
It might be unsafe to use a scoped ref to a task runner which goes out of scope.
It also is a problem that multiple task runners and hence threads can try to get https information.
We should also use a sequence checker to make sure the DB work is done on the same thread.
The text was updated successfully, but these errors were encountered: