Pablo Posted July 15 Report Posted July 15 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 July 17 Report Posted July 17 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.