fix(params_getter): try to bind even if socket exists

This commit is contained in:
Itai Bohadana
2025-09-02 13:14:48 +03:00
parent ab80f41d3f
commit 72223525c4
2 changed files with 2 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ local function get_socket_path(cmd, messages, callback)
else
callback(err_read, data)
end
client:close()
end)
end)
end