Re: [PR] Fix daemon connection race condition [maven-mvnd]

2024-07-19 Thread via GitHub
gnodet merged PR #1078: URL: https://github.com/apache/maven-mvnd/pull/1078 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apa

[PR] Fix daemon connection race condition [maven-mvnd]

2024-07-19 Thread via GitHub
gnodet opened a new pull request, #1078: URL: https://github.com/apache/maven-mvnd/pull/1078 The Server was using a SynchrnousQueue to coordinate the main thread and the background thread that receives the request from the client. A SynchronousQueue only allows insertions when a corresp