fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Websockets Failing to Connect in Java #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Host bare bones server using TooTallNate's Java-Websocket
2. Connect to a hosted served in Java build

What is the expected output? 
Opened connection event, or at least an error message.

What do you see instead?
Closed connection event only. No open event.

What version of the product are you using? On what operating system?
playn 1.4, windows 7

Please provide any additional information below.
Works perfectly fine in the HTML build. Java-Websocket appears to be working 
fine connecting in other tests/mediums as well.

Original issue reported on code.google.com by LeeEvans...@gmail.com on 25 Aug 2012 at 11:00