add stats support for tunnel handler

This commit is contained in:
ginuerzh
2024-08-28 13:34:05 +08:00
parent bc0d6953bc
commit ff20711c25
7 changed files with 120 additions and 36 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ func (d *Dialer) Dial(ctx context.Context, network string, tid string) (conn net
break
}
conn, err = c.Session().GetConn()
conn, err = c.GetConn()
if err != nil {
d.log.Error(err)
continue