No description
Find a file
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
.known-issues doc: makefile doesn't print unneeded output of pwd 2016-08-02 06:47:21 +00:00
arch power_mgmt: PM should use GPS1 instead of GPS0 2016-08-05 23:14:47 +00:00
boards boards: galileo: Only show galileo pinmux options when the board is chosen 2016-08-01 17:34:23 +00:00
doc doc: removed unneeded variable from guide 2016-08-05 23:11:24 +00:00
drivers driver: ENC28J60 Ethernet SPI module 2016-08-05 20:36:44 +00:00
ext crypto/tinycrypt: Update README file 2016-08-08 21:23:43 +00:00
fs fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
include doc: Fixes a typo in the file system documentation 2016-08-05 23:14:25 +00:00
kernel Revert "microkernel: remove deprecated task IRQs" 2016-08-05 20:37:25 +00:00
lib libc: Add assert.h to minimal libc 2016-07-21 02:09:44 +00:00
misc x86: improve exception APIs 2016-07-28 18:13:24 +00:00
net net: net_context: Fix local ipv4 addr compare with INADDR_ANY 2016-08-08 20:57:17 +00:00
samples mqtt: fix: Remove ping function call 2016-08-10 14:41:00 +00:00
scripts sanity: non utf-8 characters are tolerated 2016-08-10 14:31:57 +00:00
tests sys_log: replace old debug macros at bluetooth tester 2016-08-01 18:39:50 +00:00
usb usb/cdc_acm : Unsupported functions return error code 2016-08-05 20:39:10 +00:00
.checkpatch.conf checkpatch: decrease max line number to 80 2016-05-31 19:09:14 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: Fix broken author information for Evan Couzens 2016-08-08 21:24:49 +00:00
defaults.tc testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +00:00
Kbuild Revert "microkernel: remove deprecated task IRQs" 2016-08-05 20:37:25 +00:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
MAINTAINERS MAINTAINERS: Add network applications and update tinycrypt sections 2016-08-05 23:11:12 +00:00
Makefile fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
Makefile.inc build: Fix application object files placement when building out of tree 2016-06-30 16:49:40 +00:00
zephyr-env.sh zephyr-env.sh: prepend to PATH 2016-08-05 20:38:08 +00:00