We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f6507 commit a491782Copy full SHA for a491782
1 file changed
src/topics/peer-node.js
@@ -33,7 +33,7 @@ class PeerNode {
33
op: 'publish',
34
id: 'publish:'+this.peer.opId,
35
topic: topic.path,
36
- sender: { uuid: this.uuid, identity: this.peer.remoteIdentity },
+ sender: { uuid: this.peer.uuid, identity: this.peer.remoteIdentity },
37
msg: data
38
}))
39
0 commit comments