-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Normally use Subgrounds via async or sync interface (using query grouping or not) and observe ResourceWarnings.
Expected behavior
No ResourceWarning.
Screenshots
sys:1: ResourceWarning: unclosed <ssl.SSLSocket fd=1588, family=23, type=1, proto=0, laddr=('local_address'), raddr=('remote_address')>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.
import warnings
warnings.filterwarnings('ignore', category=ResourceWarning)(Fixes #52)
- Figure out it's correlation between sync and async mode
- I have a feeling it's because query grouping is great for
asyncbut a bit weird forsyncwhen using thehttpxlibrary.
- Fix it for each mode
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working