sensord: fix socket issue when client cannot receive the event 89/89189/2
authorkibak.yoon <kibak.yoon@samsung.com>
Tue, 20 Sep 2016 15:41:28 +0000 (00:41 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Fri, 23 Sep 2016 06:24:20 +0000 (15:24 +0900)
commitdc67ca3e8bcb27c6255db5de2b12536adf4d54c9
treeced563d4a69730bcb0d8b7566fb1eced9a0362de
parenta73a1e0cb299ad881d878313637df1ab31a5ae59
sensord: fix socket issue when client cannot receive the event

if client is blocked because of some reason, e.g., works heavy in mainloop,
sensor daemon is also blocked about sending sensor event.

Change-Id: I35ec9f43065594f55e413244470c74fc1c3f2ff1
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/client/client_common.h
src/client/sensor_callback_deliverer.cpp [new file with mode: 0644]
src/client/sensor_callback_deliverer.h [new file with mode: 0644]
src/client/sensor_event_listener.cpp
src/client/sensor_event_listener.h