Topic: Wialon Messages over 10,000 stops working
Hi,
I have an web application that get the message from a one unit at time to finally create driver's path in google maps.
One user has as much as 30,000 messages.
I'm using Javascript and using the functions
var ml = sess.getMessagesLoader();
ml.loadInterval (unit_id,timeFrom,timeTo,0,0,100,callback())
inside the callback function I do
ml.getMessages(0,30000,function(code,data){
more code here
}
If I ask for 30,000 messages it stops working but if I go 10,000 or below it works fine.
Any help would be appreciated ?
thanks!