Taruu 2 月之前
父节点
当前提交
1a04776ba3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()