Skip to content
Snippets Groups Projects
Commit 18daadc2 authored by Raf Geens's avatar Raf Geens Committed by lejeune quentin
Browse files

[FIX] hw_drivers: Deadlock on double Ingenico terminal connection


This can happen if the terminal had a power reset, or a network cable
was unplugged temporarily on the terminal or IoT box. It will try to
reconnect, but the box wasn't aware the first connection was gone and
would ignore the second connection. So the terminal was waiting for
a response on the second connection and the IoT box was waiting for
data on the first connection resulting in a deadlock.

This solution closes the first connection and replaces it with the
second.

opw-2432864

closes odoo/odoo#65456

Related: odoo/enterprise#16099
Signed-off-by: default avatarQuentin Lejeune (qle) <qle@odoo.com>
parent 21414074
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment