Beta to stable #5

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

View File

@ -50,6 +50,10 @@ export default class Peer extends EventTarget
return await this.mwse.request(this.socketId as string, pack);
}
};
equalTo(peer : Peer | {socketId: string})
{
return this.socketId == peer.socketId;
}
async isReachable()
{
return await this.mwse.EventPooling.request({