You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (attempts == (this.netSyslogConfig.getWriteRetries() + 1)) {
end
An exception occurs when the UDP message is greater than 65507.
The metering parameter "attempts" will not accumulate, resulting in failure to jump out of the cycle and finally produce the life and death cycle.