Skip to content
Snippets Groups Projects
Commit 5e064f2183a2 authored by jfp's avatar jfp
Browse files

Fix a bug when commands start/stop are sent with short delay between each command

parent 7859d719b9ed
Branches
No related tags found
No related merge requests found
......@@ -387,6 +387,7 @@
self.process.state = ProcessStates.FATAL
return
self.remain_startretries -= 1
if self.timer_item:
self.timer_item.cancel = True
self.timer_item = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment