Синхронизация и фикс двойного сокета

This commit is contained in:
RoyceDa
2026-02-08 18:14:32 +02:00
parent 44e8d685df
commit 350e10676c
4 changed files with 19 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ export default class Protocol extends EventEmitter {
super();
this.serverAddress = serverAddress;
this.loadAllSupportedPackets();
this.connect();
//this.connect();
let _this = this;
this.waitPacket(0x00, (packet : PacketHandshake) => {