Taruu hai 2 meses
pai
achega
1a04776ba3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -150,7 +150,7 @@ class GeneratorWorker:
         await asyncio.sleep(self.push_timeout)
         while True:
             data_bytes = b""
-
+            logger.info(f"Send {self.bytes_queue.qsize()} chunks to remote!")
             for _ in range(self.bytes_queue.qsize()):
                 data_bytes += await self.bytes_queue.get()