rsmq-worker icon indicating copy to clipboard operation
rsmq-worker copied to clipboard

"ready" not fired when included in callback function

Open MaxBear opened this issue 6 years ago • 0 comments

            producer.on("ready", function() {
               producer.send(JSON.stringify(data[1]));
            });

"ready" is not fired if included in a function of a nodejs class to be triggered by callback, anyone knows why ?

MaxBear avatar Mar 06 '18 16:03 MaxBear