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