André Mazayev

Results 80 comments of 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...

@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. ![image](https://user-images.githubusercontent.com/9802754/78237694-92522580-74d3-11ea-99e0-6a8fc672dd60.png)

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 ![image](https://github.com/moleculerjs/moleculer-apollo-server/assets/9802754/9e9c9d11-2fe6-4ade-b20f-485733dd146f)