austgl / phpws

Automatically exported from code.google.com/p/phpws
0 stars 0 forks source link

Client.html createSocket error #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout newest version
2. edit right url in server side. ($this->server = new 
WebSocketServer("tcp://myip:12345", 'superdupersecretkey');) then start 
websocket server. (demo.php)
3. run client.html page

What is the expected output? What do you see instead?
Expect: server reponse
Instead: [Exception... "An invalid or illegal string was specified" code: "12" 
nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)" location: 
"http://myip:8080/phpws-1.0RC/client.html Line: 26"]

What version of the product are you using? On what operating system?
checkout newest

Please provide any additional information below.

Original issue reported on code.google.com by thanhv...@gmail.com on 17 Apr 2012 at 10:36

GoogleCodeExporter commented 9 years ago
There is a bug in the RC1 client.html . Could you please try the client.html 
from here:

http://code.google.com/p/phpws/source/browse/phpws/client.html

I am sorry for the inconveniences. Due to a lack of time I havent been able to 
upload a new (well tested) version :( 

Let me know if you need any help to get it running!

Original comment by ch...@devristo.com on 18 Apr 2012 at 6:10

GoogleCodeExporter commented 9 years ago

Original comment by ch...@devristo.com on 21 May 2012 at 6:23