-
Notifications
You must be signed in to change notification settings - Fork 618
Closed
Milestone
Description
Is your feature request related to a problem? Please describe.
The v7 async API uses .NET Pipelines and ReadAsync from a NetworkStream in SocketFrameHandler:
Even though we set a socket read timeout here, this will have no effect on an async read (docs)
So, this means that reads will never time out. This should be OK because we have heartbeats, but it would be great to have a test for this.
Describe the solution you'd like
A test for socket read timeout. It'll probably involve toxiproxy.
Metadata
Metadata
Assignees
Labels
No labels