Stage 246
This commit is contained in:
parent
c6b39220b1
commit
5b02adde12
|
@ -63,6 +63,12 @@ export default class MWSE extends EventTarget {
|
||||||
this.response(from, id, pack);
|
this.response(from, id, pack);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.peer('me').emit('request', {
|
||||||
|
body: pack,
|
||||||
|
response: (pack: Message) => {
|
||||||
|
this.response(from, id, pack);
|
||||||
|
}
|
||||||
|
});
|
||||||
})
|
})
|
||||||
this.EventPooling.signal('pack/room',(payload : {to:string,pack:any}) => {
|
this.EventPooling.signal('pack/room',(payload : {to:string,pack:any}) => {
|
||||||
let {to,pack} = payload;
|
let {to,pack} = payload;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue