You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with using the function wait_for_consumers of the outlet class. When I try to use it, I get the following error:
"
Error using lsl_wait_for_consumers
2 input argument(s) required.
Error in lsl_outlet/wait_for_consumers (line 128)
success = lsl_wait_for_consumers(self.LibHandle,self.OutletHandle,timeout);
"
This error seems to come from the following line in the C file for the mex interface:
You're probably right. This is a rarely used function so it might be a longstanding undetected bug.
Please change it in a manner that works for you then consider submitting a pull request.
Hello,
I have a problem with using the function wait_for_consumers of the outlet class. When I try to use it, I get the following error:
"
Error using lsl_wait_for_consumers
2 input argument(s) required.
Error in lsl_outlet/wait_for_consumers (line 128)
success = lsl_wait_for_consumers(self.LibHandle,self.OutletHandle,timeout);
"
This error seems to come from the following line in the C file for the mex interface:
liblsl-Matlab/mex/lsl_wait_for_consumers.c
Line 19 in 8fe8431
It could be that only these 2 lines should be changed to accepting 3 arguments instead of 2, but I am not too sure.
The text was updated successfully, but these errors were encountered: