Closed dadgar closed 4 years ago
This change causes new deadlines to impact currently blocked reads and writes. This is inline with the documentation of deadlines on a net.Conn.
This PR can close #https://github.com/hashicorp/yamux/pull/51
Ah! I see, the "all pending" comment in the net.Conn docs. Excellent!
@evanphx Thanks for the review!
This change causes new deadlines to impact currently blocked reads and writes. This is inline with the documentation of deadlines on a net.Conn.
This PR can close #https://github.com/hashicorp/yamux/pull/51