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

Clear TaskFiber message queue on task finish #934

Merged
merged 1 commit into from
Dec 20, 2014

Conversation

lultimouomo
Copy link
Contributor

Task fibers get reused, so their queue must be clear, lest stale
messages be delivered to a different task.

See issue #933

Task fibers get reused, so their queue must be clear, lest stale
messages be delivered to a different task.

Signed-off-by: Luca Niccoli <l.niccoli@awtech.it>
s-ludwig added a commit that referenced this pull request Dec 20, 2014
Clear TaskFiber message queue on task finish. Fixes #933.
@s-ludwig s-ludwig merged commit 91c2ce8 into vibe-d:master Dec 20, 2014
@lultimouomo lultimouomo deleted the clearMessageQueue branch December 20, 2014 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants