Skip to content

Make JNI server socket keep using JNI when accepting connections #14

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

Merged
merged 1 commit into from
Jun 5, 2021

Conversation

quelgar
Copy link
Contributor

@quelgar quelgar commented Jun 5, 2021

UnixDomainServerSocket needs to remember the value of useJNI and use that when creating a new UnixDomainSocket after accepting a connection.

This allows BSP connections to work on arm64, fixing sbt/sbt#6531

Verified

This commit was signed with the committer’s verified signature.
thockin Tim Hockin
UnixDomainServerSocket needs to remember the value of
useJNI and use that when creating a new `UnixDomainSocket`.

This allows BSP connections to work on arm64.
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

Thanks!

@eed3si9n eed3si9n merged commit b63b700 into sbt:master Jun 5, 2021
@quelgar quelgar deleted the fix-bsp-arm64 branch June 5, 2021 06:07
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

2 participants