sccn / liblsl

C++ lsl library for multi-modal time-synched data transmission over the local network
Other
108 stars 63 forks source link

Raise an error when attempting stream resolution with an malformed query #60

Closed tstenner closed 4 years ago

tstenner commented 4 years ago

At the moment, resolving streams with an invalid query silently fails (i.e. no streams are found).

This PR checks the query and throws an exception on failure before even sending the stream query packets.