|
The token loading, that's buggy w/o this fix. Run the WF/UPS with these System properties
-Daerogear.android.batchSize=1 -Daerogear.android.batchesToLoad=1
|
These make sure there is only one batch (per iteration) and each batch is one token big.
The first batch (which are topics) are getting push, but the legacy tokens are not triggered, because the size of batches is out of sync. Resulting in wrong push (no push for legacy tokens):
17:32:03,918 WARNING [org.jboss.aerogear.unifiedpush.message.token.TokenLoader] (Thread-30 (HornetQ-client-global-threads-1699159127)) Check your push query: Not a single token was loaded from the DB!
|
|