Fix RoutePacketConnectionEx

This commit is contained in:
世界 2025-05-24 08:14:43 +08:00
parent 995267a042
commit bc5eb1e1a5
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -176,8 +176,6 @@ func (r *Router) RoutePacketConnectionEx(ctx context.Context, conn N.PacketConn,
} else {
r.logger.ErrorContext(ctx, err)
}
} else if onClose != nil {
onClose(nil)
}
}