ghedipunk / PHP-Websockets

A Websockets server written in PHP.
BSD 3-Clause "New" or "Revised" License
913 stars 376 forks source link

Getting error on client side. #7

Closed tejastank closed 10 years ago

tejastank commented 11 years ago

Error: InvalidStateError: DOM Exception 11

Hello,

I am testing code and just check html page. shows me, WebSocket - status 0

If I send msg then Error: InvalidStateError: DOM Exception 11

Need quick help

ghedipunk commented 10 years ago

This means that the server could not be reached by the page.

Please make certain that you changed the domain from example.com to your own server's domain. Also ensure that a WebSockets server is running properly on your server.

If you're still having issues after checking these, please feel free to re-open the ticket.