1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00
Files
thingsboard-gateway/thingsboard_gateway/storage
Drew Young 169ff0817c Fix a race condition in the Sqlite storage which caused all data to stop
If `Database.process` called from `SQLiteEventStorage.put` handled the
request everything worked. If the `Database.process` running in the
`Database` thread handled it then the `Database.process` called from
`SQLiteEventStorage.put` would stall waiting for a request to handle.
2023-05-05 10:47:35 -04:00
..
2022-12-05 14:36:55 +02:00
2022-01-10 14:04:34 +02:00
2022-12-05 14:36:55 +02:00