Event connections leak memory
Closed this issue · 0 comments
evaera commented
local weakSelfContainer = setmetatable({ self = self }, { __mode = "v" })
then use weakSelfContainer.self
in the disconnect callback
Closed this issue · 0 comments
local weakSelfContainer = setmetatable({ self = self }, { __mode = "v" })
then use weakSelfContainer.self
in the disconnect callback