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

allow client to be reused when creating connections to other servers #6195

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

TipzCM
Copy link
Collaborator

@TipzCM TipzCM commented Aug 6, 2024

closes #6180

Copy link

github-actions bot commented Aug 6, 2024

Formatting check succeeded!

Copy link
Collaborator

@tadgh tadgh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a rewrite based on internal discussion.

myServer.getInterceptorService().unregisterInterceptor(interceptor);
}
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is one more missing test here: Test that a created client correctly re-uses its settings through multiple invocations of search/get/create (which was the original bug, right?)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

original bug was in gateway. but i can turn this into a set of tests

@TipzCM TipzCM added the paused Work on pull request has been paused label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paused Work on pull request has been paused
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generic client needs to reuse the client it has been given instead of making new ones
3 participants