cobub / razor

Cobub Razor - Open Source Mobile Analytics Solution
http://www.cobub.com
1.13k stars 431 forks source link

check event online status before send #77

Open rockiee281 opened 11 years ago

rockiee281 commented 11 years ago

If one event is stoped on the server side, app should not try to send any message again. So I cache the event online status when the server side return -5 which means 'event_identifier not defined in product with provided appkey', and check the online status before send event message.