Skip to content

Mitigate event emitter "memory leak" warnings when a significant number of camera streaming events occur simultaneously. #212

Mitigate event emitter "memory leak" warnings when a significant number of camera streaming events occur simultaneously.

Mitigate event emitter "memory leak" warnings when a significant number of camera streaming events occur simultaneously. #212

Workflow file for this run

name: Node Build
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@latest
lint-docs:
needs: build_and_test
uses: homebridge/.github/.github/workflows/lint-docs.yml@latest