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 #60 (calling close on a UnixSocket with a pending read waits for the read to time out on Linux) #68

Merged
merged 3 commits into from
Jan 9, 2020

Conversation

charleskorn
Copy link
Contributor

@charleskorn charleskorn commented Feb 14, 2019

See #60 for details.

This passes on OS X and fails on Linux and is the cause of
square/okhttp#4233.
@charleskorn
Copy link
Contributor Author

I have tested this on both Linux and OS X, this change may reveal other issues on other OSes.

@rhuss
Copy link
Contributor

rhuss commented Dec 16, 2019

Any chance to get this PR merged and maybe a new release ?

@rhuss
Copy link
Contributor

rhuss commented Jan 9, 2020

@headius Is there anything I can help to get a release with this fix included? It looks like that this PR fixes are long outstanding (and difficult) bug in d-m-p when accessing the same socket from multiple threads. Unfortunately I'm not deep enough in the weeds to make a qualified review for this PR but I got reports that this will indeed fix that prio1 bug over there in d-m-p land.

Happy new year btw ;-)

@headius
Copy link
Member

headius commented Jan 9, 2020

Sorry about delays...cycling back through JNR stuff now!

@headius headius added this to the 0.25 milestone Jan 9, 2020
@headius
Copy link
Member

headius commented Jan 9, 2020

I'll push out a release today!

@headius headius merged commit bab2435 into jnr:master Jan 9, 2020
@rhuss
Copy link
Contributor

rhuss commented Jan 9, 2020

@headius awesome, thanks a ton !

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.

None yet

3 participants