From: José Bollo Date: Thu, 7 Mar 2019 16:25:12 +0000 (+0100) Subject: afb-stub-ws: Allow unordered process of messages X-Git-Tag: 7.99.1~48 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=inline;h=5425e054fbf87fe6d024103f46e53f2a28e074f2;hp=5425e054fbf87fe6d024103f46e53f2a28e074f2;p=src%2Fapp-framework-binder.git afb-stub-ws: Allow unordered process of messages Requests are already sequenced on need (noconcurrency flag of bindings). Sequencing messages until their completion has a side effect when dealing with events and synchronous calls: event -> call -> reply locked until event completion (see SPEC-2219). This change could be reverted if events are converted to jobs (see SPEC-2215). Bug-AGL: SPEC-2219 Change-Id: Ia577bc54ba38291817fd5ed3e3dda1b67b2818b7 Signed-off-by: José Bollo ---