mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
Merge branch 'thingsboard:feature/sql-lite-storage' into feature/sql-lite-storage
This commit is contained in:
@@ -437,7 +437,7 @@ class TBGatewayService:
|
||||
# disconnected = False
|
||||
# last_disconnect = None
|
||||
|
||||
while True:
|
||||
while not self.stopped:
|
||||
try:
|
||||
if self.tb_client.is_connected():
|
||||
size = getsizeof(devices_data_in_event_pack)
|
||||
|
||||
Reference in New Issue
Block a user