Call the 'disconnected callback' if the reply sent to the stub is null 85/218385/5
authorInkyun Kil <inkyun.kil@samsung.com>
Fri, 22 Nov 2019 00:46:50 +0000 (09:46 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 25 Nov 2019 00:03:44 +0000 (09:03 +0900)
commit9dd66a35bac82729dc5a2e230afaa5f74bcf271b
tree736806b2d74e0cb94e5daeae9f617112d0d14b17
parent5174c943f6a07a1f9b6b597122a208d3e850cafd
Call the 'disconnected callback' if the reply sent to the stub is null

The proxy should be checked if the port has been disconnected.
So, if the reply sent to the stub is null, should call the 'disconnected
callback' except 'G_IO_ERROR_CANCELLED'

Change-Id: Icdd80baad7cae62b5ba7886ff790435380fd4e65
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/fdbroker-internal.cc
src/fdbroker-internal.h
src/proxy-internal.cc
src/proxy-internal.h