awolden / brakes

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

Add readableFlowing check to globalStream #122

Closed awolden closed 3 years ago

awolden commented 3 years ago

Add readableFlowing check to fix issue with stream not flowing in versions of node > 12.

See: https://github.com/awolden/brakes/issues/120 https://github.com/awolden/brakes/pull/121