diff --git a/lua/codemp/command.lua b/lua/codemp/command.lua index ae7bad8..21d5e27 100644 --- a/lua/codemp/command.lua +++ b/lua/codemp/command.lua @@ -82,6 +82,7 @@ local connected_actions = { disconnect = function() print(" xx disconnecting client " .. CODEMP.client.id) CODEMP.client = nil -- should drop and thus close everything + collectgarbage("collect") -- make sure we drop end, }