Netflix/dyno

Make circularList threadsafe and fix Integer overflow

Closed this issue · 2 comments

add()/remove() methods are not write thread-safe. currentIndex in InnerList can overflow if not updated.

@kishorekasi is this considered completed based on #235?

Yes, it’s complete. I will close the issue. Thanks @ipapapa