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
Portalbase hasn't received the same treatment that adafruit_requests has with Connection Manager using with and still requires explicit close() for most cases. Needs to have the adafruit_requests treatment for fetch and other functions so explicit close isn't necessary to remember. It would be nice to have Portalbase take care of closing the connection automatically after use. It could help with cutting down retries, failed connections, and crashes from too many sockets open.
The text was updated successfully, but these errors were encountered:
Portalbase hasn't received the same treatment that adafruit_requests has with Connection Manager using
with
and still requires explicitclose()
for most cases. Needs to have the adafruit_requests treatment forfetch
and other functions so explicit close isn't necessary to remember. It would be nice to have Portalbase take care of closing the connection automatically after use. It could help with cutting down retries, failed connections, and crashes from too many sockets open.The text was updated successfully, but these errors were encountered: