adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 36 forks source link

Switch to using ConnectionManager #147

Closed justmobilize closed 5 months ago

justmobilize commented 6 months ago

The goal of Adafruit_CircuitPython_ConnectionManager is to make using sockets easier and the pool (socketpool, adafruit_esp32spi_socket, etc) managed in one place.

Please see the followint Pull Request for more info

justmobilize commented 5 months ago

branch accidently deleted. Re-opened here