sahvx655-wq opened a new pull request, #513:
URL: https://github.com/apache/felix-dev/pull/513
This PR addresses a race condition in `EventDispatcher` that can occur
during concurrent framework start/stop operations in the same JVM.
Updated `startDispatching()` to wait while the dispatcher is being stopped.
Ensures shutdown completes before a new dispatch thread is created,
preventing inconsistent dispatcher lifecycle states.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]