We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aea49 commit 5588731Copy full SHA for 5588731
playwright/_impl/_transport.py
@@ -176,4 +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()
+ self._output.drain()
0 commit comments