joekrill / elk-client

Elk M1 client library for Node.JS
https://joekrill.github.io/elk-client/
MIT License
1 stars 1 forks source link

fix: make sure connections get closed #1

Closed joekrill closed 5 years ago

joekrill commented 5 years ago

It's possible connections may remain open if they timeout but don't fail.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 12


Files with Coverage Reduction New Missed Lines %
src/ElkClient.ts 1 96.88%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 2: -0.2%
Covered Lines: 482
Relevant Lines: 483

💛 - Coveralls
joekrill commented 5 years ago

Handled by #2