esp-open-rtos/extras/paho_mqtt_c
Fernando ca110fa645 MQTT ignores too many handlers registered
On MQTTClient.c function mqtt_subscribe, if more than MQTT_MAX_MESSAGE_HANDLERS are registered, the variable rc receives the value of grantedQoS.

If grantedQoS = 0, and all handlers are already occupied, it goes on and returns 0 to the caller.
2017-06-19 21:31:09 -03:00
..
component.mk MQTT client api and example 2016-04-14 16:59:07 +10:00
LICENSE.txt MQTT client api and example 2016-04-14 16:59:07 +10:00
MQTTClient.c MQTT ignores too many handlers registered 2017-06-19 21:31:09 -03:00
MQTTClient.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTConnect.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTConnectClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTDeserializePublish.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTESP8266.c FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
MQTTESP8266.h FreeRTOS type updates. (#261) 2016-11-05 12:04:03 +02:00
MQTTFormat.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPacket.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPacket.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTPublish.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSerializePublish.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSubscribe.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTSubscribeClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTUnsubscribe.h paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
MQTTUnsubscribeClient.c paho_mqtt_c: refactor: rename symbols so they all have same prefix (#204) 2016-09-15 19:52:57 +02:00
StackTrace.h MQTT client api and example 2016-04-14 16:59:07 +10:00