fix: 修复Switch会在每次刷新后发送请求
This commit is contained in:
@@ -436,7 +436,7 @@ public class UDPServer
|
||||
}
|
||||
|
||||
var udpDataObj = await RecordUDPData(data, endPoint, time, Convert.ToInt32(data[1 + 4]));
|
||||
PrintData(udpDataObj);
|
||||
// PrintData(udpDataObj);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user