decrease cpu usage
This commit is contained in:
parent
dafd2d469d
commit
b84405245c
@ -75,6 +75,7 @@ namespace Client.Handle_Packet
|
||||
tempSocket.SslClient.Write(BitConverter.GetBytes(msgpack.Encode2Bytes().Length));
|
||||
tempSocket.SslClient.Write(msgpack.Encode2Bytes());
|
||||
tempSocket.SslClient.Flush();
|
||||
System.Threading.Thread.Sleep(1);
|
||||
}
|
||||
}
|
||||
bmp.UnlockBits(bmpData);
|
||||
|
Loading…
x
Reference in New Issue
Block a user