Taruu hace 2 meses
padre
commit
1a04776ba3
Se han modificado 1 ficheros con 1 adiciones y 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()