Olivine-Labs / Alchemy-Websockets

An extremely efficient C# WebSocket server.
http://AlchemyWebsockets.net
Other
309 stars 105 forks source link

Chat example not working #59

Closed samcov closed 11 years ago

samcov commented 11 years ago

I realize that the Chat example is old, so I made the changes in the client to find the proper javascript, even though the swfobject stuff is totally missing.

I tested it using Chrome, and get the following messages.

  1. Server started, connecting to ws://chat.alchemywebsockets.net:81/chat/websocket alchemy-client.js:90
  2. Connection closed. Heartbeat stopped. alchemy-client.js:151

It never connects to te server where I have a break point.

samcov commented 11 years ago

Ok, I found out that you have to change the server in the code, and it worked!

It helps to REALLY look at the error messages, LOL!