smartrent / jackalope

An opinionated MQTT client library based on Tortoise MQTT
Apache License 2.0
28 stars 5 forks source link

Communicate the socket used to connect to the MQTT server #98

Open jfcloutier opened 4 months ago

jfcloutier commented 4 months ago

This allows the handler to monitor the socket and advise a reconnect if the socket is not using the best available internet interface.

jfcloutier commented 4 months ago

Awaiting a new release of Tortoise311 with https://github.com/smartrent/tortoise311/pull/53