node-steam-client icon indicating copy to clipboard operation
node-steam-client copied to clipboard

way to set proxyTimeout

Open MaplerStory opened this issue 7 years ago • 0 comments

now can use the setHttpProxy method to set proxy for the client, but there is no way to pass the proxyTimeout option,

this._connection.connect({
			"port": server.port,
			"host": server.host,
			"localAddress": this._localAddress,
			"localPort": this._localPort,
			"httpProxy": this._httpProxy
		}

MaplerStory avatar Sep 12 '18 08:09 MaplerStory