Beta to stable #5

Merged
saqut merged 37 commits from beta into stable 2022-12-25 23:24:56 +03:00
3 changed files with 4 additions and 3 deletions
Showing only changes of commit eec83450ff - Show all commits

View File

@ -33,11 +33,12 @@ export default class MWSE extends EventTarget {
}
public async request(peerId: string, pack:Message)
{
return await this.EventPooling.request({
let {pack:answer} = await this.EventPooling.request({
type: 'request/to',
to: peerId,
pack
});
return answer;
}
public async response(peerId: string, requestId:number, pack:Message)
{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long