apigee / microgateway-plugins

Plugins for microgateway, oauth, analytics, spike arrest, etc...
Other
30 stars 54 forks source link

Cache the dynamic debug instances to avoid leaking them #175

Closed fpavageau closed 4 years ago

fpavageau commented 4 years ago

This is due to visionmedia/debug#678.

Fixes #174

keyurkarnik commented 4 years ago

@fpavageau - The fix for the memory leak looks good. But you have added unrelated changes related to regex in your ESLint fix. Please remove them ASAP. We are about to cut a release and cannot merge this PR because of that.

fpavageau commented 4 years ago

@keyurkarnik I've removed that commit from the branch as requested.