-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importanthelp wantedSeeking public contribution on this issueSeeking public contribution on this issue
Description
After talking to @dryajov, we noticed that ipfsd-ctl
doesn't connect to already running daemons. This code:
DaemonFactory.create().spawn({
repoPath: "/a/beautiful/path",
disposable: false,
init: false,
start: false
}, (err, node) => { console.log(node.started) })
Should print true
if the there was a daemon on that repo and node.api
should be populated. 😄
dryajov and agentofuser
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importanthelp wantedSeeking public contribution on this issueSeeking public contribution on this issue