Rigbox icon indicating copy to clipboard operation
Rigbox copied to clipboard

ExpPanel signals updates length change in callback

Open k1o0 opened this issue 7 years ago • 1 comments

The following error is raised in expUpdate:

Warning: Error occurred while executing the listener callback for event ExpUpdate defined for class srv.StimulusControl: In an assignment A(:) = B, the number of elements in A and B must be the same.

Currently caught and put into more informative warning, e.g.

Warning: Error caught in signals updates: length of updates = 24, length newNUpdates = 55

Since increasing the time between updates the mismatch number has increased to roughly half. Perhaps the expUpdate function is being called before the previous call has finished executing? If that possible?

k1o0 avatar Oct 24 '18 15:10 k1o0

Duplicate of #59

k1o0 avatar Mar 19 '19 14:03 k1o0