I am sending data to server twice. first i send "Hello world" then I send "Server". But server recieved the data at 1 read. but server have to read the data in two read operation.
Also I write the data then read data from server then I write the data In this case server can read the first data. but server can not read the second data server used read, write, read
So how to overcome this issue. how to write data to socket in blackberry