fix: udp实现11端口

This commit is contained in:
2025-07-14 14:02:23 +08:00
parent ca906489c2
commit e8a16fd446

View File

@@ -3,7 +3,7 @@
/// </summary>
public static class MsgBus
{
private static readonly UDPServer udpServer = new UDPServer(1234, 10);
private static readonly UDPServer udpServer = new UDPServer(1234, 11);
/// <summary>
/// 获取UDP服务器
/// </summary>