adafruit / Adafruit_CircuitPython_MiniMQTT

MQTT Client Library for CircuitPython
Other
72 stars 50 forks source link

Switch to using ConnectionManager #197

Closed justmobilize closed 4 months ago

justmobilize commented 6 months ago

Update adafruit_requests to use Adafruit_CircuitPython_ConnectionManager for socket handling. As well as clean up examples

justmobilize commented 4 months ago

@justmobilize This looks OK - did you test any of the tests on physical hardware, or on CPython?

@brentru I've tested on my m4-express with both a esp32spi and wiznet5k and esp32s3_tft. I used the code from here under MQTT example

brentru commented 4 months ago

@justmobilize Thanks for testing on hardware. Marking this as approved!