mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 06:43:57 +00:00
Compress large packets
This commit is contained in:
@@ -22,7 +22,7 @@ public class PacketRspLogin : BasePacket
|
||||
};
|
||||
|
||||
var bytes = Google.Protobuf.MessageExtensions.ToByteArray(proto);
|
||||
Logger.Info($"RspLogin proto size: {bytes.Length} bytes (limit: 65535)");
|
||||
Logger.Info($"RspLogin proto size: {bytes.Length} bytes");
|
||||
|
||||
SetData(bytes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user