zephyr/samples
Flavio Santes b564ee6d76 mqtt: fix: Remove ping function call
Zephyr's MQTT does not implement a client's message queue.
So, a race-condition may be present when multiple messages are
received and processed.

We remove the pinreq function call to allow the mqtt_read function
to handle all the incoming messages.

CONFIG_IP_BUF_RX_SIZE is also updated to allow more messages to be
queued by the IP stack.

Jira: ZEP-669

Change-Id: Ie3ef55b17020e04c6540adf975a66fb004933914
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-08-10 14:41:00 +00:00
..
bluetooth Bluetooth: Pass net_buf_simple to scan callback 2016-07-20 16:19:01 +00:00
cpp_synchronization misc: Remove generic PRINT macros from synch samples 2016-08-05 20:36:54 +00:00
drivers misc: Remove generic PRINT macros from button samples 2016-08-05 20:36:56 +00:00
environmental_sensing samples: removed nonexistant CONFIG_NS16550 Kconfig symbol 2016-07-28 07:20:12 -05:00
fs/fat_fs fs: Updates file system sample app to use flash storage diskio 2016-08-02 00:47:31 +00:00
hello_world misc: Remove generic PRINT macros from hello world samples 2016-08-05 20:36:54 +00:00
ipm samples: removed nonexistant CONFIG_NS16550 Kconfig symbol 2016-07-28 07:20:12 -05:00
kernel_event_logger testcases: add automation markup to samples/ 2016-07-26 08:32:24 +08:00
net mqtt: fix: Remove ping function call 2016-08-10 14:41:00 +00:00
nfc/nfc_hello sanitycheck: allow for more expressive filtering in testcase.ini 2016-05-04 22:57:39 +00:00
philosophers testcases: add automation markup to samples/ 2016-07-26 08:32:24 +08:00
power misc: Remove generic PRINT macros from power samples 2016-08-05 20:36:55 +00:00
sensor misc: Remove generic PRINT macros from sensor samples 2016-08-05 20:36:53 +00:00
shell testcases: add automation markup to samples/ 2016-07-26 08:32:24 +08:00
static_lib samples/static_lib: Add testcase.ini 2016-08-04 18:31:12 +00:00
stub testcases: stub for x86 core on Quark SE 2016-07-22 23:05:52 +00:00
synchronization misc: Remove generic PRINT macros from synch samples 2016-08-05 20:36:54 +00:00
task_profiler samples/task_profiler: remove "dump" logging 2016-07-21 02:41:48 +00:00
usb misc: Remove generic PRINT macros from usb samples 2016-08-05 20:36:53 +00:00