Lines Matching +full:pre +full:- +full:timeout
4 # SPDX-License-Identifier: GPL-2.0-only
55 timeout=30, argument
64 self.timeout = timeout
72 return StreamConnection(reader, writer, self.timeout, self.max_chunk)
89 return StreamConnection(reader, writer, self.timeout, self.max_chunk)
119 open_timeout=self.timeout,
122 raise ConnectionError("Timeout while connecting to websocket")
125 return WebsocketConnection(websocket, self.timeout)
133 "needs-headers: %s" % ("true" if self.needs_server_headers else "false")
190 if isinstance(msg, dict) and "invoke-error" in msg:
191 raise InvokeError(msg["invoke-error"]["message"])
217 # Override any pre-existing loop.