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

Fix concurrency issue in ServiceFactoryImpl #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

markusheiden
Copy link

@markusheiden markusheiden commented Mar 5, 2024

com.microsoft.bingads.internal.ServiceFactoryImpl creates a new jakarta.xml.ws.Service using a thread pool. Though it shuts down the thread pool immediately after the creation it does not wait for the shutdown to complete.

To avoid any concurrency/visibility issues, this PR synchronizes the creation of the service instance.

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.

1 participant