Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak when client is not re-used and validate-requests is called #143

Closed
tamasjung-fc opened this issue Jun 22, 2020 · 2 comments
Closed

Comments

@tamasjung-fc
Copy link

In the latest version although the client re-uses the http-client by default it returns a new object every time for (aws/client {:api :s3}) then (aws/validate-requests s3 true) pins the client forever here:

https://github.com/cognitect-labs/aws-api/blob/master/src/cognitect/aws/client/api/async.clj#L17

@dchelimsky
Copy link
Contributor

Fixed on master. Will be part of the next release (probably today).

@dchelimsky
Copy link
Contributor

Released in 0.8.469.

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

No branches or pull requests

2 participants