Re: WebSocket - Client doesn't receive server messages

2017-05-23 Thread Simon De Uvarow
To add some info, I implemented a client for browsers (HTML + javascript client) and it's working properly. I'm receiving the messages from the server as expected. So, the problem is in the JAVA test, not the server. "No olvides, no traiciones, lo que llevas bien dentro de ti. No olvides, no

WebSocket - Client doesn't receive server messages

2017-05-22 Thread Simon De Uvarow
Hi, I'm having a strange issue: I'm developing a frontend with WebSockets, (my first WebSocket! ). To test the code I'm also developing some tests to run in Eclipse. So, I create a Client in the Test, connect to the server, and want to have some communication. I added lot of logs to debug the