Given that I'm already relying on the Actix Web Server for the project I'm working on, it feels quite tedious and unnecessary to introduce yet another library just to handle the client side.
Yet the Client of Actix, despite all of the bumps in the version, seems to behave as erratically as before: specifically, it refuses to establish new connections once the first request via URL has been fetched.
It appears that the issue might have a lot to do with DNS: bug: actix_web client unable to connect to any host on windows · Issue #1047 · actix/actix-web · GitHub
But I can't find anywhere how the DNS settings for the AWC are supposed to be configured.
Anyone can point out the right direction?