XrmMockup icon indicating copy to clipboard operation
XrmMockup copied to clipboard

Asynchronous plugins are handled as though they were synchronous

Open TomMalow opened this issue 5 years ago • 1 comments

XrmMockup currently handles asynchronous plugins as though they where synchronous which means that the execution order between plugins is incorrect if asynchronous is involved.

Say that a synchronous plugin triggers two other plugins one asynchronous with the execution order 1 and another synchronous plugin with the execution 2. Then normally, the synchronous plugin should run first and there after the asynchronous. However, mockup does the opposite.

TomMalow avatar Aug 30 '18 10:08 TomMalow

Probably needs #186 before this can be implemented.

misoeli avatar Jun 21 '21 11:06 misoeli