Skip to content

Commit

Permalink
add connectionToken property from IConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
wj8400684 committed Apr 23, 2024
1 parent cfd3fa1 commit e8d94bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SuperSocket.Kestrel/KestrelPipeConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public override async ValueTask SendAsync<TPackage>(IPackageEncoder<TPackage> pa

private void OnConnectionClosed()
{
OnClosed();
Cancel();
}
}

0 comments on commit e8d94bf

Please sign in to comment.