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
Hi, I have a problem when I try to remove a long array of job ids , it seems that is limited to 256 ids .
I suspect the splitLongArray function to be the issue.
The text was updated successfully, but these errors were encountered:
Hi, can you decribe what the problem actually is and provide some code to reproduce it? From your brief description I can't tell what your problem actually is. The purpose of splitLongArray is to batch up very long requests (> 256) into multiple method calls to the server instead of one very long request. This is required because of limitations in the Meteor DDP protocol.
Hi, I have a problem when I try to remove a long array of job ids , it seems that is limited to 256 ids .
I suspect the splitLongArray function to be the issue.
The text was updated successfully, but these errors were encountered: