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

implement the unix domain socket #1688

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

silence-code
Copy link

usage can see example.CompletableFutures

Copy link
Contributor

@slandelle slandelle left a comment

Choose a reason for hiding this comment

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

The problem with this PR is that is completely break the existing API because of the InetAddress to SocketAddress change.
Sadly, I'm not willing to break everything now for the sole sake of supporting domain sockets. Maybe in a future major release.

abort(null, future, getCause(cause));
}
});
}else {
Copy link
Contributor

Choose a reason for hiding this comment

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

code not formatted

Copy link
Author

Choose a reason for hiding this comment

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

My idea does not meet the formatting rules, please help format

@silence-code
Copy link
Author

Thanks for your code review, I will take the time to solve the problem of breaking these existing APIs.

@silence-code
Copy link
Author

I have reduced the breaking of the original API

@silence-code
Copy link
Author

Can I ask which version can incorporate this function?

@slandelle slandelle force-pushed the master branch 5 times, most recently from 6ea11f4 to f8fab66 Compare February 7, 2020 12:25
@silence-coding
Copy link

When will this feature be supported?

@TomGranot TomGranot added this to To do in Triage Mar 17, 2021
@TomGranot TomGranot moved this from Triage to In progress in Triage Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Triage
  
In progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants