fix: reboot very slow after remote update\

This commit is contained in:
2025-05-05 14:24:22 +08:00
parent 55e363d505
commit f75b245abc
5 changed files with 142 additions and 46 deletions

View File

@@ -132,7 +132,7 @@ public class UDPServerTest
Assert.True(ret.IsSuccessful);
var data = ret.Value;
Assert.True(data.IsSuccessful);
Assert.Equal(number, Number.BytesToUInt32(data.ToBytes()).Value);
Assert.Equal((UInt64)number, Number.BytesToUInt64(data.ToBytes()).Value);
}
}
}