Releases: 256dpi/esp-mqtt
Releases · 256dpi/esp-mqtt
v0.5.3
- use read and write lwip calls
- disabled nagles algorithm
- added error handling documentation
- treat a full queue as an exception
- use command timeout for select
v0.5.2
- use safe lwip functions where possible
- prevent task deletion if selecting on socket
v0.5.1
- added support for last testament and will messages (#11) by @shmuelzon
v0.5.0
- updated lwmqtt to v0.6.0
- migrated to lwip sockets api
- use select fro true async data processing
- always dispatch events after working
- provide port as string
v0.4.4
- properly reset network (#5)
- updated log levels and messages
v0.4.3
- updated lwmqtt (fixes qos flows)
v0.4.0
- updated lwmqtt
- reflected changes to lwmqtt and fixed timer related bugs