Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

protect socket reception with a mutex #688

Merged
merged 1 commit into from
Nov 9, 2015

Conversation

twalpole
Copy link
Contributor

@twalpole twalpole commented Nov 9, 2015

Sample code from Issue #617 show a potential hang issue with multiple threads trying to receive responses at the same time. This adds a mutex around the socket reception to solve the issue

twalpole added a commit that referenced this pull request Nov 9, 2015
protect socket reception with a mutex
@twalpole twalpole merged commit b7a4896 into teampoltergeist:master Nov 9, 2015
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.

1 participant