Why RSocket send package success,but Server only received 3 packages??
| Sat, 2006-12-09 07:26 | |
|
Hi,all
I am Programing on S60 platform 2nd FP2(Symbian os 8.0a),using VC7 and Carbide.vs.I have 2 Active Objects,one for read packages,one for send packages with the same RSocket Object. The problem is my code working well when connecting and reading packages,while sending packages,it returns KErrNone but the server can only receive 3 packages,what ever i send how many packages? the code is similar with the example application, i have tried the Interface Send() and Write(),the same result. Can anybode help me?Thank you! |
|






Forum posts: 22
Belajar symbian nggo masa depan.
Forum posts: 2
but the article you refered to is not the answer.
I used HBufC8* to save packages,there is no writebuf
and i'm sure that my server has no problem.