mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
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.