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
since the TableKit method creates and returns a new table for the merge instead of modifying the passed table.
Maybe you could also try using table.move to put content into the queue instead of using MergeArrays so that you don't create a new table unnecessarily.
The text was updated successfully, but these errors were encountered:
The line
in
ServerProcess
I think was meant to besince the TableKit method creates and returns a new table for the merge instead of modifying the passed table.
Maybe you could also try using table.move to put content into the queue instead of using MergeArrays so that you don't create a new table unnecessarily.
The text was updated successfully, but these errors were encountered: