-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
RingBufferWheel 有内存溢出隐患 #98
Labels
Comments
Merged
crossoverJie
added a commit
that referenced
this issue
Jul 4, 2020
已经修复,参考: cim/cim-common/src/test/java/com/crossoverjie/cim/common/data/construct/RingBufferWheelTest.java Lines 29 to 43 in fdea811
|
huskyui
pushed a commit
to huskyui/cim
that referenced
this issue
Sep 7, 2020
Zwanningmoon
pushed a commit
to Zwanningmoon/cim
that referenced
this issue
Dec 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug 描述
RingBufferWheel 的 task 保存在 taskMap(HashMap) 中,而 remove(key)、cancel(id) 并没有对 taskMap 中进行 remove 操作。
复现
复现步骤:
预期结果
截图
附加信息
The text was updated successfully, but these errors were encountered: