I'm currently facing an issue while attempting to handle a considerable number of requests simultaneously. I've observed that my code runs smoothly for the initial half-hour, but subsequently encounters a panic error. Despite experimenting with different configurations for 'maxIdleConnections' and 'maxConnsPerHost,' I have been unsuccessful in resolving the problem. Unfortunately, the application consistently panics after approximately 30 minutes of execution.
I'm currently facing an issue while attempting to handle a considerable number of requests simultaneously. I've observed that my code runs smoothly for the initial half-hour, but subsequently encounters a panic error. Despite experimenting with different configurations for 'maxIdleConnections' and 'maxConnsPerHost,' I have been unsuccessful in resolving the problem. Unfortunately, the application consistently panics after approximately 30 minutes of execution.
I'm sending requests with a "keep-alive" header
Im using 1000 threads