fix: Message publishing happens down incorrect broadcast channel
Missed in #12 refactor
This commit is contained in:
parent
5a36d77d48
commit
c0271b7cdc
@ -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