Skip to content
Snippets Groups Projects
Commit c99383bf authored by zhanghaibin's avatar zhanghaibin
Browse files

update created time

parent 433b6b00
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ func (p *gettyRPCClientPool) getGettyRpcClient(protocol, addr string) (*gettyRPC
conn.close() // -> pool.remove(c)
continue
}
conn.created = now //update created time
return conn, nil
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment