Force Close / Async + Sockets

mnetwork

New Member
I am making an application that sends a 580 byte packet over and over to a host. If the host happens to go off line while sending I get a force close on the application. I am looping via the socket connection event and closing the socket and reinitializing each time. I'm not sure exactly how to debug a force close in basic4android. Any help would be greatly appreciated.
 
Top