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
The text was updated successfully, but these errors were encountered:
niinpatel
changed the title
room.broadcasts only sends messages to itself not other peers.
room.broadcast only sends messages to itself not other peers.
Mar 10, 2019
Problem:
I was trying to follow along this tutorial on ipfs-pubsub-room.
The problem is when I do room.broadcast('some message').
Other peers do not get the message but the sender gets its own message.
Here's the code I wrote:
Dependencies List:
The text was updated successfully, but these errors were encountered: