Open mariobittencourt opened 4 years ago
Hi @x-cubed,
I wonder if you can provide some insight into making sure the each event is processed before moving to the next one.
( async event => { await eventHandler.handle(event); }),
but it seems to ignore that as I see other events being handled before the previous one finished.
Hi @x-cubed any idea if I should be using a different way to achieve this?
I'm not sure, I haven't used this library in a while.
Hi @x-cubed,
I wonder if you can provide some insight into making sure the each event is processed before moving to the next one.
( async event => { await eventHandler.handle(event); }),
but it seems to ignore that as I see other events being handled before the previous one finished.