Add logic to avoid reconnetion when finalize 45/281945/1 accepted/tizen/unified/20220926.025525
authorwn.jang <wn.jang@samsung.com>
Fri, 23 Sep 2022 07:50:49 +0000 (16:50 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Fri, 23 Sep 2022 10:23:35 +0000 (19:23 +0900)
commita2b3d86cd444a476d875e7f9be1f913af53cec0f
tree92133264e92fdaf7cdbf7e2c6134f97fe1b60d84
parent5218c956d8e76ce58300b81921b6b359435735bf
Add logic to avoid reconnetion when finalize

Cause: The on_disconnect() cb is called, even a client requtests to disconnect.

Change-Id: I463ad1321968cc86b775125b220dfc8f1ce8b9b3
Solution: Check whether ipc listening state or not when tries to reconnect.
client/vc.c
client/vc_client.c
client/vc_client.h
client/vc_tidl.c