Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

avoid redundant CallStarted or CallReturned events#104

Merged
alexcrichton merged 1 commit intomainfrom
dicej/redundant-events
Apr 4, 2025
Merged

avoid redundant CallStarted or CallReturned events#104
alexcrichton merged 1 commit intomainfrom
dicej/redundant-events

Conversation

@dicej
Copy link
Copy Markdown
Collaborator

@dicej dicej commented Apr 3, 2025

If we're returning Status::Started or Status::Returned, don't also deliver redundant events.

Fixes #103

If we're returning `Status::Started` or `Status::Returned`, don't _also_ deliver
redundant events.

Fixes #103

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
@alexcrichton alexcrichton added this pull request to the merge queue Apr 4, 2025
Merged via the queue into main with commit 3231c1d Apr 4, 2025
42 checks passed
@dicej dicej deleted the dicej/redundant-events branch April 17, 2025 22:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EVENT_CALL_STARTED delivered even though import returned STATUS_STARTED

2 participants