Pref exception

This commit is contained in:
DHR60 2025-10-12 15:52:00 +08:00
parent a3a62e1d83
commit 62ba0f4c23

View file

@ -94,7 +94,7 @@ public abstract class UdpService
}
catch
{
if (attempt == 1)
if (attempt == 1 && roundTripTime == TimeSpan.MaxValue)
{
throw;
}