Skip to content

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