def _create_client(self): return websocket_connect( 'ws://localhost:{}/?username=joe&password=secret'.format(self.port) )