提交 fbaf3217 编写于 作者: C CyrusNajmabadi

Increment stream version so we invalidate all existing streams.

上级 4902a12a
......@@ -31,7 +31,7 @@ internal sealed partial class ObjectReader : IDisposable
/// this version, just change VersionByte2.
/// </summary>
internal const byte VersionByte1 = 0b10101010;
internal const byte VersionByte2 = 0b00001000;
internal const byte VersionByte2 = 0b00001001;
private readonly BinaryReader _reader;
private readonly CancellationToken _cancellationToken;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册