Handle EINTR error
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 11 Apr 2024 10:40:02 +0000 (19:40 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 11 Apr 2024 12:06:56 +0000 (21:06 +0900)
commite20249286e6f1a339abf201a3eb37d5a0916f8a7
tree5742ce3e215ba979e8deb97d66b99697638f23ff
parent99f320298c8ff7052a62a628745c31bdeffc9618
Handle EINTR error

Currently, the socket mode is blocking. We should handle EINTR error to
receive the data properly.

Change-Id: Icec0439bf547401b72575d05da513711513f4b54
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/client-socket-internal.cc