awolden / brakes

Hystrix compliant Node.js Circuit Breaker Library
MIT License
300 stars 35 forks source link

Do not push new data when stream is paused #60

Closed jakepusateri closed 7 years ago

jakepusateri commented 7 years ago

Fixes a memory leak. Once a stream was connected, then disconnected, this would buffer stats data since no readers were attached at the rate of ~25 MB/hr.

awolden commented 7 years ago

Good catch, and thanks for contributing back to the library!