Skip to content

Commit 0bc64ae

Browse files
committed
fix delimiter of framedelimiter
1 parent 664e4c0 commit 0bc64ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NosCore.Networking/PipelineConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ namespace NosCore.Networking;
88

99
public class PipelineConfiguration : IPipelineConfiguration
1010
{
11-
public byte? Delimiter { get; set; }
11+
public bool UseDelimiter { get; set; }
1212
}

0 commit comments

Comments
 (0)