Skip to content

refactor: Reuse connector for each connection #94

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

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

jdneo
Copy link
Member

@jdneo jdneo commented Oct 18, 2023

  • Before this commit, each time connecting to Gradle Daemon, we will create a new connector, which wastes the resources. This commit caches the connector and reuse it for the same project directory.

- Before this commit, each time connecting to Gradle Daemon, we will
  create a new connector, which wastes the resources.
  This commit caches the connector and reuse it for the same project
  directory.

Signed-off-by: Sheng Chen <[email protected]>
@jdneo jdneo merged commit 54707cc into develop Oct 18, 2023
@jdneo jdneo added this to the 0.1.0 milestone Oct 18, 2023
@jdneo jdneo deleted the cs/reuse-connector branch October 18, 2023 05:41
@jdneo jdneo modified the milestones: 0.1.0, 0.1.1 Oct 18, 2023
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