Merge pull request #35 from tommoor/patch-2
fix: Message publishing happens down incorrect broadcast channel
This commit is contained in:
commit
cc418fb3b4
@ -146,7 +146,7 @@ const broadcastMessage = (provider, buf) => {
|
||||
}
|
||||
if (provider.bcconnected) {
|
||||
provider.mux(() => {
|
||||
bc.publish(provider.url, buf)
|
||||
bc.publish(provider.bcChannel, buf)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user