Use afb_service_call instead of afb_service_call_sync
authorYuta Doi <yuta-d@witz-inc.co.jp>
Fri, 25 May 2018 05:27:58 +0000 (14:27 +0900)
committerYuta Doi <yuta-d@witz-inc.co.jp>
Fri, 25 May 2018 08:13:24 +0000 (17:13 +0900)
commite0e3fa11d1c13f6ed41a2cbc1cf96796a98f8e9a
tree2e69f22ba19fbefdc965a536a3458d826dd90723
parented980b8cbb972accac00107922bea1dca0678d2a
Use afb_service_call instead of afb_service_call_sync
because initializing of WindowManager is dispatched
when starting low-can service is late.

Change-Id: I081aeda5dcd2a815467e6d19c51deec63d6303f4
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
src/low_can_client.cpp