mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
@@ -902,7 +902,7 @@ class TBGatewayService:
|
||||
if self.__remote_configurator is None or not self.__remote_configurator.in_process:
|
||||
events = self._event_storage.get_event_pack()
|
||||
|
||||
if events and len(self.tb_client.client._client._out_messages) >= (
|
||||
if events and len(self.tb_client.client._client._out_messages) <= (
|
||||
self.tb_client.client._client._max_queued_messages - 10000):
|
||||
for event in events:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user