We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在addServiceWatchContext把pullContext写入了一个servicesWatch, 这个servicesWatch释放必须通过cancelWatch。 但是longPullAllInstances函数返回的cancelWatch是nil,导致调用cancelWatch无效。 最终servicesWatch内的pullContext只增不减,产生泄露。
The text was updated successfully, but these errors were encountered:
Merge pull request #220 from chuntaojun/fix_issue_219
9b3ceed
[ISSUE #219] fix:修复服务列表监听可能导致OOM
Successfully merging a pull request may close this issue.
在addServiceWatchContext把pullContext写入了一个servicesWatch, 这个servicesWatch释放必须通过cancelWatch。
但是longPullAllInstances函数返回的cancelWatch是nil,导致调用cancelWatch无效。
最终servicesWatch内的pullContext只增不减,产生泄露。
The text was updated successfully, but these errors were encountered: