From: kmook Date: Wed, 7 Dec 2016 10:52:39 +0000 (+0900) Subject: Fixed bug on text message handling X-Git-Tag: accepted/tizen/common/20161207.184642^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5f784a2e69ad70e39598afb41f01901109ffc51;p=platform%2Fcore%2Fconvergence%2Fd2d-conv-manager.git Fixed bug on text message handling Change-Id: I859e4dda35c55c8431ad9a82d000e0e05c23cd8d Signed-off-by: kmook --- diff --git a/msf_tizen_client/src/Channel.cpp b/msf_tizen_client/src/Channel.cpp index bfe5f50..e93390e 100755 --- a/msf_tizen_client/src/Channel.cpp +++ b/msf_tizen_client/src/Channel.cpp @@ -951,6 +951,7 @@ int Channel::callback_lws_mirror(struct lws *wsi, } } else { MSF_DBG("TEXT MESSAGE ARRIVED. len:%d", len); + this_ptr->eventType = ""; this_ptr->json_parse((char *)in); this_ptr->connectionHandler->resetLastPingReceived();