fix: udp实现11端口

This commit is contained in:
SikongJueluo 2025-07-14 14:02:23 +08:00
parent ca906489c2
commit e8a16fd446
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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