Call request_tidl_connect in subthread 91/317191/4
authorVBS <sooyeon.kim@samsung.com>
Thu, 26 Dec 2024 11:50:06 +0000 (20:50 +0900)
committerVBS <sooyeon.kim@samsung.com>
Mon, 30 Dec 2024 08:25:21 +0000 (17:25 +0900)
commit34e77a3745d7bdda904c46111aecb91cbf4dd48c
tree1959a5851accc237f38c69b664ec850680692bdf
parent35ff75a6ea4a4944e85eee361a13043e23266af6
Call request_tidl_connect in subthread

- Issue:
There is a case that it takes long time when requesting of tidl connection is invoked.
Because of this behavior, the main thread is blocked.

- Solution:
We change to request tidl connection in subthread.

Change-Id: I2be9a192fd57930d8e90bd9afb078232e78a6fd2
Signed-off-by: VBS <sooyeon.kim@samsung.com>
client/tts_tidl.c