Sunday, February 9, 2025
1 change · master
Resolved issues and error corrections
This fixes how the server checks for database notifications by using the correct underlying connection object. It helps keep notification handling reliable in multi-process and multi-threaded deployments without changing user-facing features.
Original PR description
`notifies` is the attribute of the raw connection, not the cursor. Fix in multi-process, multi-threaded version is ok. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr