Pushing beacon data to WebServer
Posted: Tue Mar 05, 2019 2:02 pm
hello All,
My application collects Beacons Advertisements and does http Post to send them to web Server.
But the beacon data is coming at high speed and http Post is not capable to handing this data, The app crashes after 20minitues
I am using Queue to collect data with 2000 items
I would like to know Any other technique
My application collects Beacons Advertisements and does http Post to send them to web Server.
But the beacon data is coming at high speed and http Post is not capable to handing this data, The app crashes after 20minitues
I am using Queue to collect data with 2000 items
I would like to know Any other technique