You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use this tool to query a lot of urls,urls will put the result to groutines,finally i find resp, err := reqPool.PooledClient.Do(req) will create a a lot of groutines,and memory is fastly Growing。
The text was updated successfully, but these errors were encountered:
When I use this tool to query a lot of urls,urls will put the result to groutines,finally i find
resp, err := reqPool.PooledClient.Do(req)
will create a a lot of groutines,and memory is fastly Growing。The text was updated successfully, but these errors were encountered: