fix: 修复了break问题
This commit is contained in:
@@ -210,6 +210,7 @@ public class UDPServer
|
||||
var firstKey = sortedList.Keys[0];
|
||||
data = sortedList[firstKey];
|
||||
sortedList.RemoveAt(0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -263,6 +264,7 @@ public class UDPServer
|
||||
// 输出数据
|
||||
// PrintDataArray(data);
|
||||
sortedList.Clear();
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -474,7 +476,7 @@ public class UDPServer
|
||||
|
||||
sortedList.Add(uniqueTime, data);
|
||||
// 输出单个数据
|
||||
PrintData(data);
|
||||
// PrintData(data);
|
||||
}
|
||||
}
|
||||
catch (TimeoutException)
|
||||
|
||||
Reference in New Issue
Block a user