Skip to content

Commit

Permalink
added back missing ReplicationState
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed May 15, 2024
1 parent eb1bedb commit b3f2a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SciSharp.MySQL.Replication/LogEventPipelineFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public LogEventPipelineFilter()
: base(3)
{
Decoder = new LogEventPackageDecoder();
Context = new ReplicationState();
}

protected override int GetBodyLengthFromHeader(ref ReadOnlySequence<byte> buffer)
Expand Down

0 comments on commit b3f2a91

Please sign in to comment.