Pablo Posted Tuesday at 09:02 AM Report Posted Tuesday at 09:02 AM While I was experimenting with the addToCasket() and removeFromCasket functions, I noticed that when I wanted to move larger amounts of items only 10 of them where actually moved. Is this because the GC can only handle 10 move actions simoultaneously or is this a f*up on my side? Quote
Dr. McKay Posted 4 hours ago Report Posted 4 hours ago Probably a GC limitation. You should wait until the item modified event is emitted after adding or removing an item before moving on to the next one. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.