I have 2 AsyncTask, one which is creating a socket connections and anotherone that is transmitting objects using those sockets. my code is this:
try {
Have you tried executing transmitter in connector's onPostExecute() or vice versa ?
transmitter
connector's
onPostExecute()