SharedMatrix 'undefined' cell values #17548
SampoSyrjanen
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using multiple clients in parallel to insert columns to a SharedMatrix row. Clients add columns to the end of the row. They also read all of the values of the row from time to time. Sometimes some of the cell values are 'undefined'. Can anyone explain how this could happen? Is there a way to guarantee that clients would not get 'undefined' values? Using version 1.3.6. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions