Hi folks,
First of all, I want to say thank you for the project and I want to ask about an advice.
Time to time I face the error 'MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [FluentSocket]. Use emitter.setMaxListeners() to increase limit' and my config is quite straightforward.
this.logger = new FluentClient('ld', { socket: { host: url.hostname, port: parseInt(url.port, 10), }, })
Could you advice what could be a problem?