Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not mute sender if sender is under pressure #2644

Merged
merged 1 commit into from
Apr 11, 2018

Conversation

slfritchie
Copy link
Contributor

I'd found this bug while working on an app that uses Backpressure.apply() and Backpressure.release(). This patch fixes a bug in actor.c's ponyint_actor_run() that could mute an actor that had FLAG_UNDER_PRESSURE status.

@slfritchie slfritchie added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Apr 11, 2018
@SeanTAllen
Copy link
Member

Good catch.

@SeanTAllen SeanTAllen merged commit aa371e3 into ponylang:master Apr 11, 2018
ponylang-main added a commit that referenced this pull request Apr 11, 2018
dipinhora pushed a commit to dipinhora/ponyc that referenced this pull request Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants