Open blinkbean opened 1 year ago
// ctl.tunnel is UDPSession ctl.tunnel.SetReadDeadline(time.Now().Add(1 * time.Millisecond))
调用SetReadDeadline,对应的readloop导致泄露
// ctl.tunnel is UDPSession ctl.tunnel.SetReadDeadline(time.Now().Add(1 * time.Millisecond))
调用SetReadDeadline,对应的readloop导致泄露