fix: udp实现11端口
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user