I have a problem when two computers connect to each other simultaniusly: They both are socket server and client (for connectiong and getting connected to obviusly), and when one is running and another connect everything works fine. the problem is when both tries to connect to each other at the same time; the connection is made but i cant send data (my guess is that they actualy isn't connected) Ive tried both WaitOnConnect and handling the connection event, but with the same result (ie they seem to connect but i cant send)
any idea what migth be the problem and the solution?