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
Further question from #1088
In order to avoid subtle and hard-to-debug runtime issues caused by using the same Session or Client across different event loops,
is there any internal attribute/methods that we can check its belonging eventloop to avoid multi eventloop usage?