I have created a server with Superwebsocket(http://superwebsocket.codeplex.com) in .Net and works fine in my windows 7 and any other PC with windows 7, but it is not working in windows 8.
It fails at setup() method.
web_socket_server = new WebSocketServer();
if(!web_socket_server.Setup("Any", 3014)){
Console.WriteLine("Setup Failed!");
}
I disabled the firewall, ran as administrator, changed the port number, but nothing worked. Can any one advice me or tell me a way to resolve this problem?