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
I had to kill a task since it was going to take too long - mltnoify will run forever unless I remember to manually call mlnotify.end(). Forgetting to call end() also prevents me from calling start() - it prints the warning "before hook was already called", which is not the most informative and doesn't tell me that it actually failed to start a new counter. Maybe it should suggest calling mlnotify.end() instead?
The text was updated successfully, but these errors were encountered:
I had to kill a task since it was going to take too long - mltnoify will run forever unless I remember to manually call mlnotify.end(). Forgetting to call end() also prevents me from calling start() - it prints the warning "
before
hook was already called", which is not the most informative and doesn't tell me that it actually failed to start a new counter. Maybe it should suggest calling mlnotify.end() instead?The text was updated successfully, but these errors were encountered: