f / delorean

An Agnostic, Complete Flux Architecture Framework
749 stars 40 forks source link

add dispatcher's rejection on rollback event #81

Closed bolkhovsky closed 9 years ago

bolkhovsky commented 9 years ago

Sometimes we need to know if action was failed and emitRollback was raised. But current implementation of dispatch method supports only resolvation. This PR brings promise rejection on rollback emission.

darcyadams commented 9 years ago

@bolhovsky just created this PR that adds this feature and solves the memory leak issue. closing this PR. thanks!