net: The Recv-Q is blocked, but read tcp conn return 0 #20785
Closed
Labels
Milestone
Comments
There isn't enough information here to determine whether there's a bug in Go or a bug in your code. Please provide code. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go 1.8.3
What operating system and processor architecture are you using (
go env
)?What did you do?
I'm doing a large amount of data the TCP one-way transmission service.But I find that when there is abnormal situation occurs, there will be a blocking recv - q and send - q.But the service side the read data returns 0.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: