Benjamin Diedrichsen
Benjamin Diedrichsen
I am trying to get access to the formatters using the recommended ways but have had no luck. Maybe they don't work in browserified environment? After requiring 'jsondiffpatch' the formatters...
I am not sure if I understand correctly but if you are trying to implement logic in which the publisher and handler run in the same thread context then this...
No there isn't. This requirement simply did not occur to me. You are welcome to provide a PR that enables this feature. P.S. Only well-tested code is accepted :)
I have been looking into your code and it is not quite clear to me what problem you are trying to solve. What is the memory leak you are talking...
That is indeed a specific scenario - and very understandable you can't provide a unit test for this. Generally, I am very cautious about changing code in core methods. Especially...
Hey Rick, did you actually work on such a feature? Programmatic listener subscription is a feature that seems very useful.
This feature could definitely be implemented using a custom comparator but there would need to be a way to tell the bus how to pick and apply that comparator. A...
I can think of a solution to support this. Shouldn't be too hard to implement. API suggestions are welcome. On Jun 29, 2015 1:03 AM, "Guilherme Espada" [email protected] wrote: >...
The most direct way would be to add a `bus.hasListenersFor(Class)` method. It would also be possible to expose the subscriptions with a `bus.subscriptionsFor(Class)` method. Exposing the subscriptions is of course...
Thank you for taking the time to present your views on this issue. I personally agree that exposing the subscriptions can be considered leaking internal details of the implementation. One...