-
Notifications
You must be signed in to change notification settings - Fork 66
Warnings about "closing unused connection" #859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I looked at this a little today, and I believe this is only happening for pins on Connect and it's these local files in the temp directory that end up with connections that do not get closed: Lines 293 to 294 in 45c1634
|
The connections for files like Lines 308 to 311 in 45c1634
The connections for files like Lines 316 to 319 in 45c1634
|
I think something similar is reported in https://stackoverflow.com/questions/79584832/resource-busy-error-when-using-pins-package-with-google-cloud-storage-in-r |
I think it's httr actually: r-lib/httr#761 |
I have started seeing warnings about "closing unused connection" when I read/write pins:
The text was updated successfully, but these errors were encountered: