mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
join success roundtrip added
This commit is contained in:
parent
e93dbf2f2a
commit
2183e70bd8
5 changed files with 48 additions and 53 deletions
|
|
@ -36,7 +36,7 @@ function (NotificationCenter, childProcess) {
|
|||
}
|
||||
|
||||
PipeToChannel.prototype.onMessage = function (message) {
|
||||
NotficationCenter.trigger(message.recipient + '/message', message.data);
|
||||
NotificationCenter.trigger(message.recipient + '/message', message.data);
|
||||
}
|
||||
|
||||
return PipeToChannel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue