fix an indefinite hang which would wait for events although no events
are pending - this happened if items arrive very quickly while the "reschedule-event" tried unconditionally avoiding a busy-loop and not schedule new work.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#
|
||||
__version__ = "1.0"
|
||||
__version__ = "1.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user