I'm hosting and Odoo 17.0 instance on odoo.sh. I have edited some code in ir.websocket websocket (e.g. _subscribe method).
The requests to /websocket endpoint seem to never run my code modifications. Is it because this endpoint is run by some other worker that does not get updated?
I understand that it might not be possible to add new endpoints with "websocket" type, because of the http proxy configuration, but why are my code changes to ir.websocket model not reflected for /websocket requests?
I have the same issue, can someone explain how can this be implemented?