You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes the `subscribe to presence channels according
to store data` test. Some of the websocket worker functions are
debounced meaning some old worker functions can be called after
the test ends. Since `_patchWebsocketWorker` with cleanup patches
the prototype of the worker, patches can be executed from old
workers which is an issue. This commit ensures only the actual
instance is patched.
fixes runbot-226354
closesodoo#216879
X-original-commit: 49060aa
Signed-off-by: Didier Debondt (did) <[email protected]>
0 commit comments