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

Fix deadline error #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

xiaozhihong
Copy link

No description provided.

@xiaozhihong
Copy link
Author

The code time.NewTimer(0) will send the current time to the channel of the timer directly.
And it case function poll.wait return a timeout error.
On the other side, we must check the error of the return value of function poll.wait in read/write.

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.

1 participant