Skip to content

Commit

Permalink
fixed the bug the variable _started was not assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Mar 17, 2024
1 parent cf3aa4e commit 58305d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SuperSocket.Connection/PipeConnectionBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ protected PipeConnectionBase(IPipelineFilter<TPackageInfo> pipelineFilter, Conne
public override void Start()
{
_pipeTask = StartTask();
_started = true;
WaitHandleClosing();
}

Expand Down

0 comments on commit 58305d5

Please sign in to comment.