0
kicks
Configuring WebClient Timeout and ConnectionLimit
It is great how simple the WebClient class is to use, but unfortunately it does not natively support configuring it's timeout or connection limit. Good news, both of these issues are very easy to fix by simply extending the WebClient class.