@@ -96,7 +96,7 @@ func (h *Hub) conn() error {
pool, _ = h.createPool(host, dialOpts...)
h.pool = pool
}
- return h.ping()
+ return nil
// 连接测试