You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
I'd been seeing some odd behavior (now reported here) so I wanted to setup a browser node that would only connect to my local jsipfs daemon and use my own signaling server.
npm run star-signal -- -p=9090 -h=127.0.0.1
Listening on: http://127.0.0.1:9090
I see the browser node has one connected swarm peer:
node.swarm.peers().then(console.log)
// shows same id from local jsipfs daemon
I am using YJS for CRDT and I am not able to pubsub. The signaling server does not log any info - either the server does not log anything or it is not being used.