-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak in callback function of Upsert #150
Comments
The memory leak problem is not in the concurrent-map library |
Thanks for your response. There is the GenericSymbol structure:
The are many GenericSymbol will be updated with new Session and Holiday. I wondering why it will occur memory leak. |
Sorry, I can't give an accurate answer, this doesn't seem to cause a memory leak |
Hi there,
I use ConcurrentMap to story symbols data, if use Upsert function, there are memory leak; if use Set function, it is fine.
Can you please take a look at this? thank you.
a.go maybe memory leak in the callback function: ExistSymbolCB
b.go, no memory leak in Set function
The text was updated successfully, but these errors were encountered: