Closed GoogleCodeExporter closed 9 years ago
Original comment by ellery.c...@gmail.com
on 27 Jan 2015 at 10:06
Problem was caused by a generator function being used to implement a timer. It
would count down until it was done, but was not reset at that point. The next
call to the generator function would raise a StopIteration exception, which was
not being caught. Changed the code to reset the timer when it reaches 0.
Original comment by ellery.c...@gmail.com
on 28 Jan 2015 at 8:15
Original comment by jawaad.a...@gmail.com
on 19 Feb 2015 at 12:38
Original issue reported on code.google.com by
ellery.c...@gmail.com
on 27 Jan 2015 at 10:05