Well, yes i have used printstacktrace s and printlines. The code exactly terminates when i try to send the data, after packetizing it. This is the code line
where sendPacket is the byte array that holds the data packet.
Code:
sender.sendPacket(sendPacket);
Comment