william-p opened a new pull request, #1512: URL: https://github.com/apache/answer/pull/1512
This PR refactors the internal message queue to support registering multiple handlers per queue instead of a single one. Previously, calling RegisterHandler would overwrite the existing handler. Now, each call appends to a list of handlers, and all registered handlers are invoked for every message. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
