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

proxy timeout does not used here

Open MaplerStory opened this issue 7 years ago • 0 comments

the timeout in cm_client may be too short ?

https://github.com/DoctorMcKay/node-steam-client/blob/f949d1876cfe230400d1c9d47397cb8c0668dd6f/lib/cm_client.js#L175

typically, connect with the proxy. if the proxy network is not so good, when the client login, it would disconnect and reconnect frequently, at that time the client seems like to be blocked, and no error emit.

maybe, change it like the timeout in TCPConnection https://github.com/DoctorMcKay/node-steam-client/blob/f949d1876cfe230400d1c9d47397cb8c0668dd6f/lib/tcp_connection.js#L58

MaplerStory avatar Oct 18 '18 10:10 MaplerStory