#Sending events from invoked async function
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I have an asynchronous function that runs a loop from which I want to grab updated data for each iteration. Is it possible to send an event to the machine that invoked the async function in the way one can use sendParent() from an invoked machine?