Global Namespaced Events Not Firing?
It seems that global events that are namespaced do not fire. Please see the following
GIST for replication steps.
From the code it appears that global events are stored in a cache based solely on the event name, then when triggered, global events are looked up based on both event name and namespace thus it doesn't find them to trigger.
Can anyone confirm that this is a bug?