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

Use multiaddrs instead of UNIX socket paths for daemon sockets #5

Closed
Tracked by #5
vasco-santos opened this issue Feb 19, 2019 · 1 comment
Closed
Tracked by #5

Comments

@vasco-santos
Copy link
Member

The current implementation of js-libp2p-daemon expects unix socket paths, while go-libp2p-daemon has evolved to use multiaddrs for these paths.

In this context, js-libp2p-daemon-client, should be able to deal with multiaddrs. This feature also allows using TCP sockets on windows.

Reference:

@vasco-santos
Copy link
Member Author

Implemented on #6

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

No branches or pull requests

1 participant