liblsl icon indicating copy to clipboard operation
liblsl copied to clipboard

fix: avoids deadlock when requesting info on disconnected inlet

Open crazy-eddie opened this issue 10 months ago • 0 comments

  • 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/liblsl#201

crazy-eddie avatar Apr 25 '24 20:04 crazy-eddie