Ericky Thierry

Results 26 comments of Ericky Thierry

> You can set `localAddress` on the server returned from createProxy: > > ``` > > import * as http from 'http'; > import { createProxy } from 'proxy'; >...

I did a test here using IPv6 and it worked. I was looking for a project like this for a few days and only this one worked as I wanted....

> I support the proposal I ended up finding a solution after some time analyzing the code with the help of AI (claude) As I saw that you showed interest...

I ended up making this fork with the modifications. [ipv6-multiple-proxy-server](https://github.com/erickythierry/ipv6-multiple-proxy-server) I removed the cron function that rotated ips (since my focus is to use previously defined fixed ips) I removed...

![image](https://github.com/WhiskeySockets/Baileys/assets/11170366/8a56f711-3493-4923-89d2-8d9e021c6415) an example of what happens. Even populating msgRetryCounterCache correctly, the code keeps trying indefinitely

> const msgRetryCounterCache = new NodeCache(); > > is your cache in the global scope? yes