surfrock66 / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
Other
43 stars 24 forks source link

Can not switch between sessions. #14

Closed adel-s closed 7 years ago

adel-s commented 7 years ago

For myself I fixed it by 1st option for now, but maybe you see more correct solution.

surfrock66 commented 7 years ago

The crappy thing is, this whole mysqli thing is because the mysql_ syntax isn't just depreciated...it's being removed. It has to move. Lemme test a fix.

surfrock66 commented 7 years ago

Commit https://github.com/surfrock66/torque/commit/219a42d66b32dc63c46e65ba09311da3edc37fd1 has it fixed for me, see if it's fixed for you.

adel-s commented 7 years ago

Confirm. It works like a charm. Thanks!