Suppose I somehow supply a bad host to the WS-client ``` client = OperationsClient.new(host: 'acme.org:42', ``` then the connect will hang for around a minute. I am not sure though if it is possible to specify a shorter timeout for the connection setup.