liblsl
liblsl copied to clipboard
fix: avoids deadlock when requesting info on disconnected inlet
- 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