update release connection

This commit is contained in:
wayanrivan
2026-07-28 15:06:19 +07:00
parent 856bce46ea
commit dd0b95f194

View File

@ -440,6 +440,7 @@ class GpsTracksModels {
if (trackLock) {
await rltmMutex.unlock(trackLock)
}
conn.release();
}
}
@ -528,6 +529,7 @@ class GpsTracksModels {
console.log("ERROR unlock mutex : " + rltm.device_id, unlockErr)
}
}
conn.release(); // release connection
}
})
}