Will Perone
Will Perone
It appears 0.2.7 is the last version of msgpack which will install
Confusingly, the old version we had of msgpack was 1.4.28 with Node.js 0.10.36. Now looking at the version history there is no version 1.4.28 of msgpack, not sure what is...
I was going nuts trying to figure out why it wasn't working on DigitalOcean also. Proxies would start up then not register as alive even though they were running themselves....
Yes I know, I changed the port On Tue, Jan 19, 2021 at 9:07 AM André Duarte wrote: > By default it runs on port 3128 instead of 3125. >...
We've also received that timeout crash issue. It's from node-binance-api still using request and not handling the on('error') event which is a different situation than the error response, this causes...
This is an error inside request.js that throws an exception. The library just needs to add a try catch when it makes requests, it's very simple. I've added it to...