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

fix bug not to protect in-memory-buffer for multi thread emitting / run loop #710

Merged
merged 1 commit into from
Nov 25, 2015

Conversation

tagomoris
Copy link
Member

In detach processes situation, emit may be called simultaneously, or run loop may write messagepack stream into pipe for child processes (@w).
So operations for @buffer should be protected by mutex.

repeatedly added a commit that referenced this pull request Nov 25, 2015
fix bug not to protect in-memory-buffer for multi thread emitting / run loop
@repeatedly repeatedly merged commit aab268a into fluent:master Nov 25, 2015
repeatedly added a commit that referenced this pull request Dec 8, 2015
fix bug not to protect in-memory-buffer for multi thread emitting / run loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants