Added to send fail_reply message in the panel_agent's socket communication. 65/110165/1
authorWonkeun Oh <wonkeun.oh@samsung.com>
Fri, 13 Jan 2017 05:41:58 +0000 (14:41 +0900)
committerWonkeun Oh <wonkeun.oh@samsung.com>
Fri, 13 Jan 2017 06:26:08 +0000 (15:26 +0900)
commitb111ffc0063f5540207e90014adccf2ae520bed8
tree9b80c691580910feac17f5b9540fbc526c95e80a
parentf329c79349cef4a5dfea2d1d85fe783ae2fe55ed
Added to send fail_reply message in the panel_agent's socket communication.

Because there was a missing reply message in the socket communication.
Even if there is no reply data or fail case in the socket, It should send the reply message to prevent the client side's timeout.
This patch fixed the 5 sec delay of helper_agent when the helper_agent(IME) is relaunched

Change-Id: I0bab779ea508bd108005e7707de98e9105484d3e
ism/modules/panelagent/ecoresocket/ecore_socket_panel_agent_module.cpp
ism/src/isf_info_manager.cpp
ism/src/isf_panel_agent_base.cpp
ism/src/isf_panel_agent_base.h
ism/src/isf_panel_agent_manager.cpp
ism/src/isf_panel_agent_manager.h