Correct bug in mt call mode receive with timeout 09/1009/1 1.8.2
authorE. Scott Daniels <daniels@research.att.com>
Wed, 25 Sep 2019 15:06:07 +0000 (11:06 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 25 Sep 2019 15:06:07 +0000 (11:06 -0400)
commite21dbee1d382e73d1897f96c0bd450f216389b74
tree94de3060bb273ee9a9b09fb0a40aac10b90eaaaf
parent4441a79be9a6f9d1b4ec0111eb0030a8f2e3e5e5
Correct bug in mt call mode receive with timeout

The rmr_torcv_msg() function was improperly interpreting
the timeout setting with a value of 0 was given. The
expected behaviour is to return immediately if no messages
are waiting, but blocking was happening when used in
conjunction with the MT-CALL mode.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Icbbd5705e1d631f3c78dc0c27a392f681dad8737
CHANGES
CMakeLists.txt
src/rmr/nng/src/rmr_nng.c