Hi,
I didn't want to interfere in the bug report, so I'm posting my doubt here:
In https://www.appeon.com/standardsupport/search/view?id=9546 , "Kitty He" claims that posted events run asynchroneously. That's a surprise to me. Is that really the case? Is it some latest change in how PB behaves?
Is she saying that if I do the following:
event post ue_a()
event post ue_b()
...
ue_b() might start and finish before ue_a() has finished?
regards.