question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to enable pubsub?

See original GitHub issue

when i use ipfs-http-client

Error: experimental pubsub feature not enabled

ipfs-desktop config keys not same as js-ipfs

i can’t add ipnsPubsub: true, into config for make work

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
hacdiascommented, Apr 24, 2020

Thanks @rigwild for your help here. I’m closing this since it seems @bluelovers question is solved!

1reaction
rigwildcommented, Mar 19, 2020

For any future readers (and orbit-db users), I just found out you can add the flag --enable-pubsub-experiment by doing so:

  1. Right click on the notification bar icon -> Advanced -> Configuration file
  2. Add the flag
		"flags": [
			"--migrate=true",
			"--routing=dhtclient",
			"--enable-gc=true",
			"--enable-pubsub-experiment"
		],
  1. Restart the IPFS node
Read more comments on GitHub >

github_iconTop Results From Across the Web

Publish and receive messages in Pub/Sub using the Google ...
In the Google Cloud console, go to the Pub/Sub subscriptions page. Go to Subscriptions. In the Messages tab, click Pull . You should...
Read more >
How to enable Cloud Pub/Sub API to use it in App Engine
A. Enable the Cloud Pub/Sub API in the API Library on the GCP Console. This is a possible answer. The standard method is...
Read more >
Enable Cloud Pub/Sub API in GCP - M2MSupport.net
Press the 'Enable Cloud Pub/Sub API' button in the app. That will launch the GCP console page to enable the Cloud Pub/Sub API...
Read more >
Pub/Sub - Google Cloud Platform Console Help
Cloud Pub/Sub is designed to provide reliable, many-to-many, asynchronous messaging between applications. · Publisher applications can send messages to a "topic" ...
Read more >
Setting up the Google PubSub Environment
Obtaining user credentials¶ · Navigate to OAuth playground, click the gear icon on the top right corner of the screen, and select Use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found