Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Multiple calls to pre-start #1162

Closed
richardschneider opened this issue Dec 21, 2017 · 1 comment · Fixed by #1437
Closed

Multiple calls to pre-start #1162

richardschneider opened this issue Dec 21, 2017 · 1 comment · Fixed by #1437
Assignees
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws)

Comments

@richardschneider
Copy link
Contributor

It appears (from debugging) that jsipfs daemon calls pre-start twice.

| > jsipfs daemon

C:\Users\Owner\Documents\GitHub\js-ipfs>jsipfs daemon
Initializing daemon...
  jsipfs booting +0ms
  jsipfs pre-start +175ms
  jsipfs starting +921ms
  jsipfs pre-start +0ms
Swarm listening on /ip4/127.0.0.1/tcp/4003/ws/ipfs/QmWfa2ZtmrbyHxkHUNpMs35rcRSf5bc25D6Fb1NFgA76RA
Swarm listening on /ip4/192.168.178.21/tcp/4002/ipfs/QmWfa2ZtmrbyHxkHUNpMs35rcRSf5bc25D6Fb1NFgA76RA
Swarm listening on /ip4/127.0.0.1/tcp/4002/ipfs/QmWfa2ZtmrbyHxkHUNpMs35rcRSf5bc25D6Fb1NFgA76RA
  jsipfs boot:done null +2s
API is listening on: /ip4/127.0.0.1/tcp/5001
Gateway (readonly) is listening on: /ip4/127.0.0.1/tcp/9090
Daemon is ready
@daviddias daviddias added status/ready Ready to be worked kind/bug A bug in existing code (including security flaws) exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue labels Jan 25, 2018
@mkg20001
Copy link
Contributor

@alanshaw alanshaw self-assigned this Jun 18, 2018
@ghost ghost added status/in-progress In progress and removed status/ready Ready to be worked labels Jul 12, 2018
@ghost ghost removed the status/in-progress In progress label Jul 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants