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
Additional context
This pesky problem was introduced during the async aubgrounds update. It can be safely ignored and even filterd out via the warnings module but ideally we don't have this lingering around.
Describe the bug
Normally use Subgrounds via async or sync interface (using query grouping or not) and observe
ResourceWarning
s.Expected behavior
No
ResourceWarning
.Screenshots
Additional context
This pesky problem was introduced during the async aubgrounds update. It can be safely ignored and even filterd out via the
warnings
module but ideally we don't have this lingering around.(Fixes #52)
async
but a bit weird forsync
when using thehttpx
library.The text was updated successfully, but these errors were encountered: