Server not receiving data from client

Posted by Ronald on Stack Overflow See other posts from Stack Overflow or by Ronald
Published on 2010-03-29T04:31:13Z Indexed on 2010/03/29 4:43 UTC
Read the original article Hit count: 308

Filed under:
|
|
|

I have a small server application I wrote in Java running on my web server. The client application I wrote can connect to the server and it receives data, but the server does not receive any data sent by the client. Any idea what the problem could be? The two communicate fine on my local machine.

© Stack Overflow or respective owner

Related posts about client-server

Related posts about websocket