Fixed bug on text message handling 44/103144/1 accepted/tizen/common/20161207.184642 accepted/tizen/mobile/20161208.012320 accepted/tizen/tv/20161208.012325 accepted/tizen/wearable/20161208.012328 submit/tizen/20161207.112940
authorkmook <kmook.choi@samsung.com>
Wed, 7 Dec 2016 10:52:39 +0000 (19:52 +0900)
committerkmook <kmook.choi@samsung.com>
Wed, 7 Dec 2016 10:52:39 +0000 (19:52 +0900)
Change-Id: I859e4dda35c55c8431ad9a82d000e0e05c23cd8d
Signed-off-by: kmook <kmook.choi@samsung.com>
msf_tizen_client/src/Channel.cpp

index bfe5f50..e93390e 100755 (executable)
@@ -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();