Open chrisdennis opened 1 year ago
Is there anything I can do to support resolving this issue?
I've created an alternative/extended solution to this issue through Pull-Request #3236 I hope you can have a look at it and check whether it is a viable solution worth checking further.
Cache events listeners will get all the way to dispatching a task, including potentially spawning a thread , for events of a type for which there are no listeners. We have all the knowledge available to trim the call tree much sooner, and should be doing so.