strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

Fix support for hooks returning a Promise #364

Closed bajtos closed 8 years ago

bajtos commented 8 years ago

Fix the code to correctly recurse and invoke next hooks after the promise returned by the first hook callback was resolved.

Back-port #363 See also strongloop/loopback#2751

cc @tvdstaaij