diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-17 16:51:02 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-11-17 17:02:33 +0100 |
commit | ba1f3e26cb5f5f3e95480cb5c6a519a87c4c5d88 (patch) | |
tree | 89f6418dbe20fb37a8fafd7d50069951e185f117 /bindings | |
parent | 8cbdf0a5cb4d9abf0684344a28746a21dfc36ac3 (diff) |
afb-proto-ws: Fix autolock in proto-ws
Because a systemd event loop can not be reentered
while evaluating an event callback, the event loop
was removed from the threads. It had the effect to
enter in deadlock when calling a synchronous call
while in an event callback.
Queueing a job solves the issue.
But because using queued job has implications on
libafbws, a fake job manager is added for libafbws.
Change-Id: Id793bea55743790082eaab48cd4cc87f7993772a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'bindings')
0 files changed, 0 insertions, 0 deletions