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: avoids deadlock when requesting info on disconnected inlet #212

Merged
merged 1 commit into from
May 24, 2024

Conversation

crazy-eddie
Copy link

  • Adds test to for calling info on a disconnected stream_inlet to testing/ext/discovery.cpp
  • Fixes deadlock that occurred by checking return value of buffer.connect and throwing a system_error based on the error_code in buffer if the check fails.

issue: #201

* Adds test to for calling info on a disconnected stream_inlet to
  testing/ext/discovery.cpp
* Fixes deadlock that occurred by checking return value of
  buffer.connect and throwing a system_error based on the error_code in
  buffer if the check fails.

issue: sccn#201
@cboulay cboulay merged commit a9da358 into sccn:master May 24, 2024
3 of 6 checks passed
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