how to solve node js warning-(node:3384) MaxListenersExceededWarning: Possible EventEmitter memory leak detected

(node:3384) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connected listeners added to [NativeConnection]. Use emitter.setMaxListeners() to increase limit
(Use node --trace-warnings ... to show where the warning was created)

I got this problem with my node js project and I searched for solution in internet most of them suggest to use setMaxlisteners() to increase limit ,I used that also but my issue was not solved so can anyone help me to solve this

I got this problem with my node js project and I searched for solution in internet most of them suggest to use setMaxlisteners() to increase limit ,I used that also but my issue was not solved so can anyone help me to solve this