0

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?

User5791
  • 61
  • 1
  • 6
  • Are you running the same executable? or you mean you created a new project in Windows 8? – vtortola Jul 24 '14 at 11:52
  • Yes same executables created in windows 7. Program runs, but web_socket_server.Setup("Any", 3014) return false. – User5791 Jul 24 '14 at 23:52
  • That is funny. Would you try with my websocket server? http://vtortola.github.io/WebSocketListener/ I know it works in Windows 2012, so it should be fine. – vtortola Jul 25 '14 at 00:45
  • I have used this on Windows 8 without issue. – Ian Jun 03 '16 at 14:47

0 Answers0