ArrayBackedEvent assuming invoker generation when there is single callback
liach opened this issue ยท 3 comments
In the ArrayBackedEvent, the logic assumes that when there is a single callback, it can be used straight as an invoker.
However, this is not the case, as frequently invoker factory has different logic beyond simple dispatches.
Similarly, some invokers might have some arguments null when invoked, only lazily computed when listeners are present.
Wait this issue exists... ๐
This will be resolved by #1369.
Closed by the merge of #1369.