sccn / liblsl

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

Fix accidental protocol downgrade #154

Closed tstenner closed 2 years ago

tstenner commented 2 years ago

The size of std::string is implementation-defined but not relevant for protocol version 110. A size mismatch is therefore not a reason to downgrade the data protocol to 100.