p-map icon indicating copy to clipboard operation
p-map copied to clipboard

Memory leak when using abort signals

Open dbas-dn opened this issue 8 months ago • 1 comments

We have encountered a memory leak issue. After an extensive search for the source of the leak, it was found that it occurred in pMap. Upon reviewing the source code of your package, I discovered that you subscribe to the AbortSignal event but do not unsubscribe from it, which causes the memory leak.

dbas-dn avatar Jun 05 '24 06:06 dbas-dn