So I\'m reading the stdout of many processes using the await asyncio.create_subprocess_shell(args,stdout=asyncio.subprocess.PIPE,limit=self.chunk_size), and getting
await asyncio.create_subprocess_shell(args,stdout=asyncio.subprocess.PIPE,limit=self.chunk_size)