Hi,
I am trying to run a sender thread and receiver thread over the same port. Each thread would transmit or recive async. I tried using the parent child paradigm with the parent thread connecting to the socket and then creating the sending thread and receiving thread. This does not work for some reason. I get back a value of -1 each time. Is there a way to do this or do I have to run on seperate ports?
Will