Skip to content

[Memory leak]The destroyNamespace method doesn't seem to work #67

@GO-DIE

Description

@GO-DIE

I used the following code to test and found a memory leak.

const cls = require('cls-hooked') while(1){ const ns = cls.createNamespace('test') ns.run(() => {}); cls.destroyNamespace('test'); }

The destroyNamespace method doesn't seem to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions