Hi, I just started using Nim about 2 month ago, and for one my project I need to send lot of requests to some server using proxies, so I want to use a some threads to do that and also as proxies doesn't work all the time I would like to timeout the requests if they take too long to process (tested the timeout = X but doesn't seems to work).
Thanks for your help