socket issue

jamel 5 years ago

Hi,
when i use the position via the socket it does not show the last values .but with i use api/position it display the last value .
I think there is something wrong with the socket ?

Anton Tananaev 5 years ago

It should send exactly the same data through both API.

Gps man 5 years ago

typically this is experienced when the vehicle stops in in the next point and we have not received this data from the socket.

eg. vehicle move from point A to B and stops at B. For any reason if we don't get the B point in websocket, even though we refresh the socket gets data of point A and not of point B.

jamel 5 years ago

Hi,
thank you for explain .
and why websocket stopped sent data in B point?