https://bugs.documentfoundation.org/show_bug.cgi?id=172715
Rick H <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS|All |Windows (All) Version|25.2.7.2 release |26.2.4.2 release Resolution|--- |WORKSFORME Hardware|All |x86-64 (AMD64) Status|UNCONFIRMED |RESOLVED --- Comment #4 from Rick H <[email protected]> --- I have found what is causing this failure. It turns out that if this Sub is called again (re-entered) while it is already running, Wait will start failing without throwing an exception. (A Wait was already being executed.) I think if Wait is called again during a previous Wait, it should throw an exception, rather than producing 0 delay. Meanwhile, fixing my logic to prevent my calling Wait during a previous Wait solves the error for me. -- You are receiving this mail because: You are the assignee for the bug.
