Skip to content

Commit

Permalink
MQTT: Update submodule reference: config, error handle, minor fixes
Browse files Browse the repository at this point in the history
Updates esp-mqtt reference to include fixes below related mainly to:
* configuration update (disable keepalive, network timeout)
* minor fixes (size_t for all sizes, unbalanced lock, api for
  outbox-size)
* extended error handle to include socket's errno

Closes #5906

Config: Added config value to disable keepalive mechanism
esp-mqtt commit: espressif/esp-mqtt@8562437
Related espressif/esp-mqtt#179

Added esp_mqtt_client_get_outbox_size API
esp-mqtt commit: espressif/esp-mqtt@0a1d9d0
Related espressif/esp-mqtt#178

mqtt_outbox: Removed unused retry_count field from outbox_item_t
esp-mqtt commit: espressif/esp-mqtt@673086e

config: Fixed typo for configuring OUTBOX_EXPIRED_TIMEOUT_MS
esp-mqtt commit: espressif/esp-mqtt@259baae

Fixed missing MQTT_API_UNLOCK in esp_mqtt_client_stop error path
esp-mqtt commit: espressif/esp-mqtt@845c2a3
Related espressif/esp-mqtt#173
Related espressif/esp-mqtt#174

Extended mqtt error handle to capture transport's socket errno (IDF
v4.3+)
esp-mqtt commit: espressif/esp-mqtt@23c8e1e

Config: Added configuration value to set network timeout
esp-mqtt commit: espressif/esp-mqtt@a03228a
Related espressif/esp-mqtt#166

Used size_t for all lengths to allow for other architectures
esp-mqtt commit: espressif/esp-mqtt@b9db8d9
  • Loading branch information
david-cermak committed Nov 20, 2020
1 parent 2c6eb0b commit e846274
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit e846274

Please sign in to comment.