Hi, I am observing something unexpected with an app here. When I add features, sometimes, the addFeatures does not call onSuccess or onFailure, nor does it throw. I was wondering if maybe there is some way to detect what is going on?
basically I get my featureTable and call addFeatures with a List<Feature>, no magic there.
I am not seeing this on small amounts of features but it happens too often on lists sized 9000+. Is there a limit I should be aware of, should I split and perform the operations on chunks of 500 instead or something like that?