Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
As discussed in this PR the ViewStateManagerImpl.waitForAsyncEvents returning currently requires a Thread.sleep() to ensure anything that was "just triggered" has finished executing asynchronously.
This should be improved in this waitForAsyncEvent method, by being more precise about when it returns (ie include any call to asyncEvent.trigger() having terminated)