Skip to content

Commit

Permalink
upgraded SuperSocket to 2.0.0-preview3-06
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed May 9, 2020
1 parent b5d9063 commit de58f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SciSharp.MySQL.Replication/LogEventPipelineFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public LogEventPipelineFilter()
Decoder = new LogEventPackageDecoder();
}

protected override int GetBodyLengthFromHeader(ReadOnlySequence<byte> buffer)
protected override int GetBodyLengthFromHeader(ref ReadOnlySequence<byte> buffer)
{
var reader = new SequenceReader<byte>(buffer);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.17" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.0.0" />
<PackageReference Include="SuperSocket.Client" Version="2.0.0-preview3-04" />
<PackageReference Include="SuperSocket.Client" Version="2.0.0-preview3-06" />
</ItemGroup>
</Project>

0 comments on commit de58f20

Please sign in to comment.