unpack = function()

in lib/shenyu/register/zookeeper/zk_proto.lua [106:110]


    unpack = function(self, bytes, start_index)
        local vars, end_index = unpack(">iilS", bytes, start_index)
        self.proto_ver, self.timeout, self.session_id, self.password = tbunpack(vars)
        return self, end_index
    end