André Mazayev
André Mazayev
Thanks for the repro repo, it was really helpful to see what's happening under the hood. Unfortunately, I don't think that it can be fixed on moleculer side. I'll try...
> It took me a few hours to figure out that this is a Redis failure so I decided to open this issue;) Yeah, it's definitely a tricky situation. Without...
Could you create a repro repo?
@zllovesuki I think that this is something related with your code. Could you take a look at this? The `MaxListenersExceededWarning` seems to be caused by `$node.latencySlave` https://github.com/moleculerjs/moleculer/blob/f2164f99ad2dbc057685e52aa8e646a5b476b869/src/strategies/latency.js#L78-L83 that's being called...
@icebob I've already added @Embraser01's repo
From [FAQ](https://moleculer.services/docs/0.14/faq.html#Why-the-broker-exits-without-any-error-when-I-start-my-service): _If there is no continuously running process (e.g., transporter connection, API gateway, DB connection) that keeps event loop running then the process will exit. It’s normal behavior and...
Hey @elixiao Tested over here with your snipped and I got a `Unable to create ServiceBroker` error that is present in ServiceBroker constructor. 
As a workaround you can use lodash `cloneDeep` function to "unseal" the config. object right before passing it to the constructor. This way the ServiceBroker can modify it and inject...
> How is this coming along? Is there anything I can do to help? Fixing broken tests would help a lot 
Closing due to lack of activity