Open Pharmhaus-2 opened 5 years ago
Original Author: engor
Somewhere in code we have signal Moved:Void(). Signals usaully are public. Somewhere else we can reassign signal with Moved=MyFunc (by mistake or not) and we lost all other listeners!
Moved:Void()
Moved=MyFunc
Especially, I take care about internal signals from core modules.
Close me if it's bad idea. :)
Original Author: engor
Somewhere in code we have signal
Moved:Void()
. Signals usaully are public. Somewhere else we can reassign signal withMoved=MyFunc
(by mistake or not) and we lost all other listeners!Especially, I take care about internal signals from core modules.
Close me if it's bad idea. :)