joshh
joshh
I suggest we should migrate to fetch(). The API connections keeps getting left open, making noblox.js an unreliable source. My bots have been unreliable due to noblox.js using requests. For...
> Still looking for help on this to migrate to using the built in Node.js Fetch API. What parts of the noblox.js package use request? Is it only the http.js...
I suggest that we move away from requests to something up to date as it has been leaving connections open and not completing certain requests such as ranking.
I suggest we should migrate to fetch(). The API connections keeps getting left open, making noblox.js an unreliable source. My bots have been unreliable due to noblox.js using requests.