go-elasticsearch icon indicating copy to clipboard operation
go-elasticsearch copied to clipboard

dial tcp <REDACTED> bind: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

Open pbssubhash opened this issue 4 years ago • 0 comments

Hey, I'm getting socket issues when I'm using Goroutines to do async query search.

Below is my code:

https://gist.github.com/pbssubhash/b8412c4da32a655670f4562c9b150a89

I'm closing the response body but still getting the issue. Am I doing something wrong?

pbssubhash avatar Jan 24 '21 15:01 pbssubhash