mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
fixed client removal, joining, etc.
This commit is contained in:
parent
2183e70bd8
commit
69fd43a900
6 changed files with 69 additions and 50 deletions
|
|
@ -12,7 +12,7 @@ function (NotificationCenter, Channel) {
|
|||
this.channel = null;
|
||||
this.process = process;
|
||||
|
||||
NotificationCenter.on('net/send', this.send, this);
|
||||
NotificationCenter.on('process/message', this.send, this);
|
||||
|
||||
process.on('message', function (message, handle) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue