Loading lib/chutney/Traffic.py +1 −0 Original line number Diff line number Diff line Loading @@ -483,6 +483,7 @@ class EchoClient(object): break await writer.drain() writer.write(data) self.note(f"wrote some. remaining:{self.data_source.bytes_remaining()}") async def _socket(self) -> asyncio.trsock.TransportSocket: writer = await self._writer Loading Loading
lib/chutney/Traffic.py +1 −0 Original line number Diff line number Diff line Loading @@ -483,6 +483,7 @@ class EchoClient(object): break await writer.drain() writer.write(data) self.note(f"wrote some. remaining:{self.data_source.bytes_remaining()}") async def _socket(self) -> asyncio.trsock.TransportSocket: writer = await self._writer Loading