Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove close listener before next startStreamProcess loop #1038

Closed
wants to merge 2 commits into from

Commits on Jan 30, 2020

  1. Remove close listener before next startStreamProcess loop

    This cause memory leak during fast publishing when leveldb store is used
    ```VM38 warning.js:27 (node:2090114) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [MqttClient]. Use emitter.setMaxListeners() to increase limit```
    patrykwegrzyn authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    f9a8c28 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    ff9f040 View commit details
    Browse the repository at this point in the history