yorkie-team/yorkie

Remove garbage collection logic for ElementRHT

raararaara opened this issue · 0 comments

Description:
As mentioned in the comments of issue #796, automatic garbage collection is performed on objects that are not referenced.

Therefore, there is no need for garbage collection logic for ElementRHT, and it needs to be removed.

Related to #462

Why:
To streamline the code and remove unnecessary garbage collection logic.