Memory leak in concurrent maps
Closed this issue · 1 comments
cgrigis commented
The concurrent maps are used to store per-request information. The information is, however, never removed from the maps once the requests are finished, resulting in a memory leak as the maps contents will grow without bound.
JoaoAndreSa commented
pull request #30 should address/fix this issue