Closed GoogleCodeExporter closed 8 years ago
Sorry for the delayed response, I missed this issue during the holidays and
only just now stumbled upon it again.
How are you connecting the client? You will see the behavior described if you
start the server with both TCP and UDP (server.bind(1234, 1235)) but only use
TCP when connecting a client (client.connect(6000, 1234)). Be sure to use both
ports for the client (client.connect(6000, 1234, 1235)).
What errors do you see in the logs?
If you still have a problem, can you post a simple example so I can reproduce
the issue?
Original comment by nathan.s...@gmail.com
on 14 Jan 2011 at 12:01
Original comment by nathan.s...@gmail.com
on 9 Feb 2011 at 10:01
Original issue reported on code.google.com by
bertram1...@gmail.com
on 24 Dec 2010 at 3:39