Moleculer: Runaway promises in transit module

Created on 19 Jul 2017  路  4Comments  路  Source: moleculerjs/moleculer

While using Redis transporter:

(node:10664) Warning: a promise was created in a handler at \node_modules\moleculer\src\transit.js:73:11 but was not returned from it, see http://goo.gl/rRqMUw
    at new Promise (\node_modules\bluebird\js\release\promise.js:79:10)

(node:10664) Warning: a promise was created in a handler at \node_modules\moleculer\src\transit.js:76:21 but was not returned from it, see http://goo.gl/rRqMUw
    at new Promise (\node_modules\bluebird\js\release\promise.js:79:10)

(node:10664) Warning: a promise was created in a handler at \node_modules\moleculer\src\transit.js:77:21 but was not returned from it, see http://goo.gl/rRqMUw
    at new Promise (\node_modules\bluebird\js\release\promise.js:79:10)
Core Bug

All 4 comments

Thanks, I'm going to fix it.

I couldn't reproduce it, but I hope https://github.com/ice-services/moleculer/commit/2fc5fdd6c8c75ddeff8c0ecc357d7a780e448472 is fixed it :)

Will try to reproduce it within the hour.

Seems to be fixed now 馃憦

Was this page helpful?
0 / 5 - 0 ratings

Related issues

darky picture darky  路  5Comments

jodaks picture jodaks  路  5Comments

dylanwulf picture dylanwulf  路  4Comments

icebob picture icebob  路  3Comments

maitrucquynhq111 picture maitrucquynhq111  路  3Comments