Skip to content

ensure the AcceptSocket is cleared when AcceptAsync completes - #61258

Merged
stephentoub merged 1 commit into
dotnet:mainfrom
geoffkizer:clearacceptsocketoncomplete
Nov 6, 2021
Merged

ensure the AcceptSocket is cleared when AcceptAsync completes#61258
stephentoub merged 1 commit into
dotnet:mainfrom
geoffkizer:clearacceptsocketoncomplete

Conversation

@geoffkizer

Copy link
Copy Markdown
Contributor

Currently we are holding the AcceptSocket in the cached SAEA instance, which means it's potentially kept alive indefinitely.

@geoffkizergeoffkizer added this to the 7.0.0 milestone Nov 5, 2021
@geoffkizer
geoffkizer requested review from a team and stephentoubNovember 5, 2021 18:57
@ghost

ghost commented Nov 5, 2021

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Currently we are holding the AcceptSocket in the cached SAEA instance, which means it's potentially kept alive indefinitely.

Author:geoffkizer
Assignees:-
Labels:

area-System.Net.Sockets

Milestone:7.0.0

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@geoffkizer@stephentoub