-
Notifications
You must be signed in to change notification settings - Fork 12
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
timeout and shutdown #23
Conversation
Checking the timeout on pool_read functions is sufficient, as the timeout registers their context. |
emm, i have removed the code. please review the rest modifications. |
@ssrlive please check the log. I just fixed this issue; however, there is a minor race condition when both parties try to close sockets simultaneously. |
@ssrlive could you please check the latest changes and verify if they work as expected? |
please publish a new version. |
Lines 222 to 233 in 6b23ebf
between L231 and L232, should we add this?
|
Good catch! The AsyncWrite should also be closed when AsyncRead is closed. |
@ssrlive : Could you also please check if rpref works after this fix? |
No description provided.