If any of the back-end functions returns a result right away and calls always(..), the event is missed as the always callback is yet to be registered.
In slightly better English:
Callback handlers registered after the promise is fulfilled are not being called.
If any of the back-end functions returns a result right away and calls always(..), the event is missed as the always callback is yet to be registered.
In slightly better English:
Callback handlers registered after the promise is fulfilled are not being called.