tmkasun / port

SySCall Smart VTS
3 stars 2 forks source link

Unexpected IP change #23

Open tmkasun opened 10 years ago

tmkasun commented 10 years ago

While the GPS/GPRS device sending positional data, without prior notice it change its IP address (ISP DHCP pool policy i guess), while it's holding the previous connection same device connects with different ip and start sending data. when previous connection get time-out it set disconnected_on attribute and get disconnected from server while the second connection still sending the data from the same device.

so problem??

tmkasun commented 10 years ago

temporary fix applied, disconnected_on attribute set to NULL in live_status table , when updating the position data

tmkasun commented 8 years ago

test