function _M.close()

in lib/shenyu/register/zookeeper/connection.lua [90:97]


function _M.close(self)
    
    local sock = self.sock
    if not sock then
        return nil, "not initialized tpc."
    end
    sock.close()
end