I think so yes. I’m using fx/create-app
and I think it sets it up async by default right?
Yes, that's why it's propagated. Solutions: either use function that consumes event instead of a map as event handler, or add :fx/sync to events you want to consume
Ok that’s clear. Thanks!