-
Notifications
You must be signed in to change notification settings - Fork 62
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
Connect to already running daemon #182
Comments
@diasdavid I don't know if the current version can connect to already running daemons. I have tried but it didn't seem to work neither with master, nor with #176 |
@diasdavid this functionality wasn't present in the previous versions either. |
Ok, no blocker then :) |
Any progresses on this @dryajov? If you didn't start, I can try to look at the code and see what I can do. |
Go for it - I haven't been able to get to it yet. |
@hacdias 👍 for me as well. Definitely make sure to create a good error for in-proc nodes given that there is no way for two clients to connect to it. |
@hacdias have you already started on this, if not I can give it a go now. |
@dryajov no, I haven't. Sorry for the late response. |
I just did - #221 |
👏🏽👏🏽 |
After talking to @dryajov, we noticed that
ipfsd-ctl
doesn't connect to already running daemons. This code:Should print
true
if the there was a daemon on that repo andnode.api
should be populated. 😄The text was updated successfully, but these errors were encountered: