rlenferink opened a new issue #67: DataRace in bundleContext_addBundleListener / fw_eventDispatcher URL: https://github.com/apache/celix/issues/67 The bundleListener List is not protected. While the fw_eventDispatcher reads the size of the arrayList (via request->listeners), a listener could be added or removed. --- Original creation date: 14/May/15 Reporter: @bpetri
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
