googlearchive / solutions-mobile-backend-starter-java

Apache License 2.0
210 stars 65 forks source link

Move enqueueRemovingDeviceTokens out of for loop #11

Open yiqingzhao opened 10 years ago

yiqingzhao commented 10 years ago

I think the enqueueRemovingDeviceTokens should be placed out of the for loop. Otherwise it will be called multiple times with duplicated device tokens among the enqueue requests instead of a one off request.