3.0.0-Beta.2
Pre-release
Pre-release
- Added
cdnAuthToken
parameter toCDN.Client
method for country specific servers that still require it. - Insert websocket servers first so that they are preferred.
- More memory allocation optimizations.
BREAKING CHANGES
CDN.Client.DownloadDepotChunkAsync
now requires a mandatory destination buffer.- Returns the number of written bytes to the destination.
- You can rent a buffer like
ArrayPool<byte>.Shared.Rent((int)chunk.UncompressedLength)
DepotChunk
is now a static class that only contains aProcess
method.