0

我在 .Net 中使用 Superwebsocket( http://superwebsocket.codeplex.com ) 创建了一个服务器,并且在我的 Windows 7 和任何其他装有 Windows 7 的 PC 中运行良好,但它在 Windows 8 中无法运行。

它在 setup() 方法中失败。

web_socket_server = new WebSocketServer(); 
if(!web_socket_server.Setup("Any", 3014)){
      Console.WriteLine("Setup Failed!");
}

我禁用了防火墙,以管理员身份运行,更改了端口号,但没有任何效果。任何人都可以建议我或告诉我解决此问题的方法吗?

4

0 回答 0