mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: #553
This commit is contained in:
parent
0b839258aa
commit
d17674d06e
@ -78,8 +78,12 @@ export class PacketHighwayContext {
|
||||
ip: int32ip2str(addr.ip),
|
||||
port: addr.port
|
||||
});
|
||||
this.hwClient.changeServer(int32ip2str(addr.ip), addr.port);
|
||||
}
|
||||
}
|
||||
if (this.sig.serverAddr.length === 0) {
|
||||
this.logger.warn('[Highway PrepareUpload] server addr is empty!');
|
||||
}
|
||||
}
|
||||
|
||||
async uploadImage(peer: Peer, img: PacketMsgPicElement): Promise<void> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user