-
- Downloads
[IMP] bus: throttle update bus presence method
Before this commit, the `updateBusPresence` method could have been
called many times in a row, resulting in many `update_presence` messages
being sent through the socket. This commit solves this issue by throttling
this method in order for it to only be called once in `UPDATE_BUS_PRESENCE_DELAY`
seconds.
closes odoo/odoo#102251
Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
Please register or sign in to comment