Replace obsolete *CryptoServiceProvider objects with Base create methods. Apply Array.Empty<> changes
This commit is contained in:
@@ -1914,7 +1914,7 @@ namespace GridProxy
|
||||
if (ackCount == 0)
|
||||
{
|
||||
packet.Header.AppendedAcks = false;
|
||||
packet.Header.AckList = new uint[0];
|
||||
packet.Header.AckList = Array.Empty<uint>();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user