Skip to content
Snippets Groups Projects
Commit 23d285ad authored by Mark Haines's avatar Mark Haines
Browse files

Unset the timer in the timeout callback so that we don't try to cancel it if it has been called

parent 6f9dea74
No related branches found
No related tags found
No related merge requests found
......@@ -404,6 +404,7 @@ class Notifier(object):
def _timeout_listener():
# TODO (erikj): We should probably set to_token to the current
# max rather than reusing from_token.
listener.timer = None
listener.notify(
self,
[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment