Skip to content
Snippets Groups Projects
user avatar
Nicolas Bayet authored
Before this commit, once a user was disconnected from internet (eg.
network failure, laptop screen closed), the code disconnected the user
from the peer to peer network and upon reconnection to the internet
network, the code did not try to reconnect to the peer to peer network.

This created a network partion in the peer to peer network each time
a user disconnected and reconnected to the internet network.

When there is a partition in the peer to peer network, the last subnet
to write to the record erased the changes of another subnet without
notification.

This commit prevent the code to disconnect from the peer to peer network
when there is any disconnection signal triggered.

closes odoo/odoo#105857

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
8bce8cd5
History
Name Last commit Last update