Skip to content

Remove timeout commands from TimeoutPoller on command completion.#1789

Closed
johnny-egeland wants to merge 1 commit intomicrosoft:mainfrom
johnny-egeland:bug/PollerLeak-remove-from-poller-on-complete
Closed

Remove timeout commands from TimeoutPoller on command completion.#1789
johnny-egeland wants to merge 1 commit intomicrosoft:mainfrom
johnny-egeland:bug/PollerLeak-remove-from-poller-on-complete

Conversation

@johnny-egeland
Copy link
Copy Markdown

This is an alternative fix to the TimeoutPoller memory leak (Issue #1781), caused by commands being retained in the poller until timeout even if the commands complete.

Link to issue:
#1781

The idea here is simply to remove the command from the TimeoutPoller on command completion. This is an alternative solution to the following pull-request:
#1782

Note that the two requests are not in conflict with each other, and should be thread safe together. However, I think only one of them should be applied, as it will render the other redundant.

This is an alternative fix to the TimeoutPoller memory leak, caused
by commands being retained in the poller until timeout even if the
commands complete.
@ghost
Copy link
Copy Markdown

ghost commented Apr 4, 2022

CLA assistant check
All CLA requirements met.

@lilgreenbird
Copy link
Copy Markdown
Contributor

closing as this is obsoleted by #1794

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants