Closed ghost closed 7 years ago
I use proxy to connect on steam. let useProxy = new CMClient(); useProxy.bind({ localAddress: '5.189.204.190', localPort: 1085 }); let client = new SteamUser(useProxy); And get this error on connect:
let useProxy = new CMClient();
useProxy.bind({
localAddress: '5.189.204.190',
localPort: 1085
});
let client = new SteamUser(useProxy);
Please re-read the documentation carefully. You shouldn't be passing an object to bind().
I use proxy to connect on steam.
let useProxy = new CMClient();
useProxy.bind({
localAddress: '5.189.204.190',
localPort: 1085
});
let client = new SteamUser(useProxy);
And get this error on connect: