Skip to content

Use Rust stdlib Unix socket #28

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

Closed
wants to merge 1 commit into from

Conversation

curiousleo
Copy link
Contributor

rust-lang/rust#14194 has been resolved, unix_socket is deprecated.

rust-lang/rust#14194 has been resolved,
unix_socket is deprecated.
@curiousleo
Copy link
Contributor Author

This null byte

addr = addr.replacen('@', "\0", 1);

appears to make the stdlib socket implementation unhappy: https://travis-ci.org/varlink/rust/jobs/622583955#L348

So this needs more work.

@curiousleo
Copy link
Contributor Author

unix_socket is unmaintained, but rust-lang/rust#14194 was closed as "won't fix", not as "done". So this isn't going to work.

@curiousleo curiousleo closed this Dec 9, 2019
@haraldh
Copy link
Collaborator

haraldh commented Dec 9, 2019

maybe the nix crate can help

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.

2 participants