Stage 246

This commit is contained in:
Abdussamed ULUTAŞ 2022-12-23 00:52:33 +03:00
parent c6b39220b1
commit 5b02adde12
3 changed files with 8 additions and 2 deletions

View File

@ -63,6 +63,12 @@ export default class MWSE extends EventTarget {
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}) => {
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