|
|
Hi,
I have used SuperWebSocket and Web API in my implementation. Initially, it was working fine. Later, suddenly stopped working. Some time I am getting the error saying "Browser cannot support the web socket". But I believe, Google Chrome (V20) supports
web socket.
Even if I run the sample solution from CodePlex - SuperWebSocket.sln, Getting the same error.
Please help.
|
|
Coordinator
Jul 2, 2012 at 1:28 PM
|
Did you turn off websocket unexpected?
Sent from my Windows Phone
From:
MotilalNayak
Sent:
7/2/2012 6:37 PM
To:
kerry-jiang@hotmail.com
Subject:
Websocket connection not working [SuperWebSocket:361660]
From: MotilalNayak
Hi,
I have used SuperWebSocket and Web API in my implementation. Initially, it was working fine. Later, suddenly stopped working. Some time I am getting the error saying "Browser cannot support the web socket". But I believe, Google Chrome (V20) supports
web socket.
Even if I run the sample solution from CodePlex - SuperWebSocket.sln, Getting the same error.
Please help.
|
|
|
|
Thank you for your reply.
By default, Web Socket is enabled in Chrome(V20). I did not turn it off.
|
|
Coordinator
Jul 3, 2012 at 6:17 AM
|

|
|
|
|
It is working fine now.
Connection was getting closed suddenly. I have put a condition to check for connection and reconnecting if disconnected.
Thanks a lot for your help.
|
|