Skip to content

Commit

Permalink
removee promise cancellation to fix moleculerjs/moleculer#202
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Feb 25, 2018
1 parent 4704236 commit b3d9071
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ module.exports = {
* Service created lifecycle event handler
*/
created() {
this.Promise.config({
cancellation: true
});

if (!this.settings.middleware) {
// Create HTTP or HTTPS server (if not running as middleware)
if (this.settings.https && this.settings.https.key && this.settings.https.cert) {
Expand Down

0 comments on commit b3d9071

Please sign in to comment.