-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.5.2
-
Component/s: ZK Update Engine
-
Security Level: Jimmy
-
None
run attached example
the busy overlay does not clear after the second operation finishes causing an error.
problem cause:
when the first operation is finished it unsubscibes and removes its eventqueue, causing the serverPush being completely disabled even when the second operation is still running using a different eventqueue.