If you’re making the connections in the _ready() function, put the connections in a list to disconnect later. Essentially creating a whitelist of connection names you want to disconnect.
If you’re making the connections in the _ready() function, put the connections in a list to disconnect later. Essentially creating a whitelist of connection names you want to disconnect.