Hi,
I am trying to make use of JNEXT socket with a .Net TCP Server. I am
able get the JNEXT socket to connect to the server and the server show
a new client connection, but when I send a message from the server to
the connected client, the JNEXT socket does not get it. To make sure
that the server was sending the data, I created a .Net TCP client and
connected to the server and this client got all the messages sent by
the server. I tried the included
server.pl script and the JNEXT socket
works fine with it and gets all the messages sent by the server. Any
ideas why this could be?
Thanks!