We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e98d68 commit b1aea49Copy full SHA for b1aea49
playwright/_impl/_transport.py
@@ -176,3 +176,4 @@ def send(self, message: Dict) -> None:
176
self._output.write(
177
len(data).to_bytes(4, byteorder="little", signed=False) + data
178
)
179
+ await self._output.drain()
0 commit comments