Fix aul app socket handler 35/265335/13
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 15 Oct 2021 05:49:13 +0000 (14:49 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 3 Nov 2021 03:27:54 +0000 (12:27 +0900)
commit182451f6deeef6f7227687a9de7726672fa21400
tree0bc5d5238903391309d8899c4bd6ad546208247a
parentb3a890af0e4c6fc6447aa155dd683f4429c02c5f
Fix aul app socket handler

After handling requests, AUL doesn't close the socket connection.
AMD monitors the socket connection. When the connection is closed,
AMD removes the status information of the application. This is a
fallback of the zombie process of the application.

Requires:
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/265335/
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/amd/+/265818/
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/launchpad/+/265825/

Change-Id: Ia2b7e8ddaa2ced39862cb0fc085be1b08ff78d49
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul_cmd.h
include/aul_sock.h
src/aul_cmd.c
src/aul_launch.c
src/aul_sock.c
src/aul_worker.c
src/aul_worker.h