af-binder: fix bug in reconnection 51/24251/1 halibut 8.0.6 halibut/8.0.6 halibut_8.0.6
authorJose Bollo <jose.bollo@iot.bzh>
Fri, 13 Mar 2020 08:55:25 +0000 (09:55 +0100)
committerJose Bollo <jose.bollo@iot.bzh>
Fri, 13 Mar 2020 09:10:07 +0000 (10:10 +0100)
When the client reconnected, it used the wrong type
and reconnected as server leading to unexpected
state with faults.

Include:
 * 6623cb5 afb-stub-ws: fix bug in reconnection

Bug-AGL: SPEC-3272

Change-Id: I3ad0987be094527f2a3a980a3a99f397b704f3ee
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-binder/af-binder_git.inc

index 6d04a81..b25b460 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}"
 
-SRCREV = "aeb015becc84a457afd5a5fb82e26dfca0978c83"
+SRCREV = "6623cb55f38d525407f35642d945a9b1c028deae"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"