Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadline updates impact blocked reads and writes #82

Merged
merged 1 commit into from
Jun 9, 2020
Merged

Conversation

dadgar
Copy link
Contributor

@dadgar dadgar commented Jun 6, 2020

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 ##51

@dadgar dadgar requested a review from evanphx June 6, 2020 18:19
This change causes new deadlines to impact currently blocked reads and
writes. This is inline with the documentation of deadlines on a
net.Conn.
Copy link
Contributor

@evanphx evanphx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes perfect sense! Is this requirement of the Deadline APIs documented anywhere?

@evanphx
Copy link
Contributor

evanphx commented Jun 8, 2020

Ah! I see, the "all pending" comment in the net.Conn docs. Excellent!

@dadgar
Copy link
Contributor Author

dadgar commented Jun 9, 2020

@evanphx Thanks for the review!

@dadgar dadgar merged commit aecfd21 into master Jun 9, 2020
@dadgar dadgar deleted the b-deadlines branch June 9, 2020 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants