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
The function in mumo.py line 251 causes mumo to attach callbacks multiple times after running a longer time causing mumo plugins to answer multiple times to commands.
Temporary fix is to disable the watchdog in the config.
As a permanent fix: Maybe restart the ICE Connection before reattaching the callbacks?
The text was updated successfully, but these errors were encountered:
@hacst I didn't really check regularly if the problem had occured yet. But after an evening of reading your code I decided to test if the watchdog was the problem. Now mumo has been running again for about 1 1/2 months on our server, which I think is enough to say that it's probably the origin of this.
I'm happy to help with any long term debugging though.
The function in mumo.py line 251 causes mumo to attach callbacks multiple times after running a longer time causing mumo plugins to answer multiple times to commands.
Temporary fix is to disable the watchdog in the config.
As a permanent fix: Maybe restart the ICE Connection before reattaching the callbacks?
The text was updated successfully, but these errors were encountered: