You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clone method here will cause the arrayBuffer occupied by each request not to be released, causing a memory leak. Please fix it as soon as possible.
The text was updated successfully, but these errors were encountered:
The memory leak issue caused by clone is there. As in the original issue, I need to ensure that removing cloning won’t cause side effects.
I’m planning to address this in version 0.4.0.
If you’re confident that removing clone is safe for your use case, you can temporarily remove it, for example, by patching the package with patch-package or another method.
acacode/swagger-typescript-api#779
The clone method here will cause the arrayBuffer occupied by each request not to be released, causing a memory leak. Please fix it as soon as possible.
The text was updated successfully, but these errors were encountered: