Skip to content

Potential memory leak. #1607

Open
Open
@Mamoru1234

Description

@Mamoru1234

During reviewing of code base I found that:
https://github.com/smithy-lang/smithy-typescript/blob/main/packages/util-waiter/src/createWaiter.ts#L12
Adds event listener but do not remove it.
From my point of view this could lead to memory leak.
In my case I have long running operation with single abort signal for it.
And it looks like a problem.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions