Closed GoogleCodeExporter closed 8 years ago
Sorry for the delay. I need to get around to writing a test and seeing this for
myself.
Original comment by nathan.s...@gmail.com
on 26 Jul 2011 at 6:38
Appreciate the time everyone involved put into this! You could see the logs.
Download the app https://market.android.com/details?id=org.lucius.antm
And tail logcat with the tag "edz" while running the app with wifi, the switch
to 3g and you will notice connection instability every several.seconds.
Original comment by nep...@gmail.com
on 26 Jul 2011 at 6:49
[deleted comment]
[deleted comment]
Removed my comment as i figured out what causes it for me. I'm trying to send a
compressed png over the network to my phone, if i comment that out it doesn't
disconnect. If i keep the code in, it disconnects and never receives the packet
at all. I'm guessing it has something to do with the amount of data being sent
over the network.
Original comment by johan.f....@gmail.com
on 28 Aug 2011 at 10:03
Probably the buffer overflows because the network hardware buffer can't be
emptied fast enough. Do you have an exception and stacktrace? KryoNet v2 has
TcpIdleSender and InputStreamSender which can be used to send streams of data
without huge buffer sizes.
Original comment by nathan.s...@gmail.com
on 26 Apr 2012 at 3:31
Original issue reported on code.google.com by
nep...@gmail.com
on 12 Jul 2011 at 10:12