M
mulham.haffar
hi guys...
im writing a client/server application that uses tcpclient/tcplistener
to do the comunications...
i defined a tcpclient object called "client" and a networkStream called
"stream"..
stream = client.GetStream()
and the problem is:
every two send actions the listener only recognizes one !!!
i use "stream.write(...)
i fixed the problem by writing the "stream.write(..)" twice each
time... and it worked most of the time... but as u can see its not a
solution after all
..
any help any opinion will be more than appreciated..
Thanks
Mulham.
im writing a client/server application that uses tcpclient/tcplistener
to do the comunications...
i defined a tcpclient object called "client" and a networkStream called
"stream"..
stream = client.GetStream()
and the problem is:
every two send actions the listener only recognizes one !!!
i use "stream.write(...)
i fixed the problem by writing the "stream.write(..)" twice each
time... and it worked most of the time... but as u can see its not a
solution after all

any help any opinion will be more than appreciated..
Thanks
Mulham.