sccn / lsl_archived

Multi-modal time-synched data transmission over local network
242 stars 134 forks source link

Missing timeout parameter in C# binding for wait_for_consumers() #365

Open albertkolberg opened 5 years ago

albertkolberg commented 5 years ago

I believe the timeout parameter is missing in the following binding: https://github.com/sccn/lsl_archived/blob/2ff44b7a5172b02fe845b1fc72b9ab5578a489ed/LSL/liblsl-Csharp/LSL.cs#L1032-L1033 https://github.com/sccn/lsl_archived/blob/2ff44b7a5172b02fe845b1fc72b9ab5578a489ed/LSL/liblsl-Csharp/LSL.cs#L400-L404

The Api exposes: https://github.com/sccn/lsl_archived/blob/2ff44b7a5172b02fe845b1fc72b9ab5578a489ed/LSL/liblsl/include/lsl_c.h#L598-L602