From e8a16fd4464e1773d31be73ecf011c527f9f6f56 Mon Sep 17 00:00:00 2001 From: SikongJueluo Date: Mon, 14 Jul 2025 14:02:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20udp=E5=AE=9E=E7=8E=B011=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/MsgBus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/MsgBus.cs b/server/src/MsgBus.cs index 0cb0c00..0f653e8 100644 --- a/server/src/MsgBus.cs +++ b/server/src/MsgBus.cs @@ -3,7 +3,7 @@ /// public static class MsgBus { - private static readonly UDPServer udpServer = new UDPServer(1234, 10); + private static readonly UDPServer udpServer = new UDPServer(1234, 11); /// /// 获取UDP服务器 ///