Stage 247
This commit is contained in:
parent
4930af2c4b
commit
c6b39220b1
|
@ -57,7 +57,7 @@ export default class MWSE extends EventTarget {
|
||||||
})
|
})
|
||||||
this.EventPooling.signal('request',(payload : {from:string,pack:any,id:number}) => {
|
this.EventPooling.signal('request',(payload : {from:string,pack:any,id:number}) => {
|
||||||
let {from,pack, id} = payload;
|
let {from,pack, id} = payload;
|
||||||
this.peer(from).emit('request', {
|
this.peer(from, true).emit('request', {
|
||||||
body: pack,
|
body: pack,
|
||||||
response: (pack: Message) => {
|
response: (pack: Message) => {
|
||||||
this.response(from, id, pack);
|
this.response(from, id, pack);
|
||||||
|
|
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