1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Revert "Small fix"

This reverts commit d11c2e37c9.
This commit is contained in:
imbeacon
2023-05-17 14:13:00 +03:00
parent d11c2e37c9
commit edeb999dbd

View File

@@ -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: