fix: udp实现11端口
This commit is contained in:
parent
ca906489c2
commit
e8a16fd446
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue