change udpData type from list to queue

This commit is contained in:
2025-04-16 21:19:55 +08:00
parent 84699708d5
commit 3b674f413a
7 changed files with 176 additions and 131 deletions

View File

@@ -2,7 +2,7 @@ using DotNext;
namespace Common
{
class NumberProcessor
public class NumberProcessor
{
public static Result<byte[]> NumberToBytes(ulong num, uint length, bool isRightHigh = false)
{