in lib/shenyu/register/zookeeper/connection.lua [99:106]
function _M.set_timeout(self, timeout) local sock = self.sock if not sock then return nil, "not initialized" end sock:settimeout(timeout) end