Skip to content

Conversation

@johnny-egeland
Copy link

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

ghost commented Apr 4, 2022

CLA assistant check
All CLA requirements met.

@lilgreenbird
Copy link
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