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
Slow client read under a high speed server send connection, may hang the server go routine and resource util client destroy. we observe more than 6k seconds hang in a case.
What is the solution you'd like?
add a timeout for every server send calling, so the go routine has the chance to abort or drop some buffer.
What alternatives have you considered?
may be server read has the same problem?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Slow client read under a high speed server send connection, may hang the server go routine and resource util client destroy. we observe more than 6k seconds hang in a case.
What is the solution you'd like?
add a timeout for every server send calling, so the go routine has the chance to abort or drop some buffer.
What alternatives have you considered?
may be server read has the same problem?
The text was updated successfully, but these errors were encountered: