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
"violated_contract": "A resource bound to one event loop (connection pool, semaphore, queue) must be owned by that loop and never reused from another.",
"canonical_prevention": "Hand out loop-bound resources through one per-loop registry that keys on the running loop and drops a finished loop's entry, instead of a module-level singleton.",