TencentCloud / TencentCloud/tencentcloud-sdk-java

AbstractClient does not provide a method to close OkHttpClient, resulting in frequent creation of scenes using temporary tokens, resulting in memory leaks in AbstractClient.

Open
#234 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
583
Forks
281
PR merge metrics
No merged PRs in 30d

Description

AbstractClient does not provide a method to close OkHttpClient, resulting in frequent creation of scenes using temporary tokens, resulting in memory leaks in AbstractClient.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting AbstractClient and its OkHttpClient lifecycle, then trace how clients using temporary tokens are created. Done means callers have a way to close the OkHttpClient so repeated temporary-token client creation does not retain leaked resources.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.