This repository was archived by the owner on Sep 8, 2025. It is now read-only.
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
EVENT_CALL_STARTED delivered even though import returned STATUS_STARTED #103
I'm seeing behavior right now where calling an async import returns
STATUS_STARTEDbut thenEVENT_CALL_STARTEDis also delivered via a callback. I think that this shouldn't be delivered because it was returned from the import?