getting KErrNotReady when trying to reopen an RSocket object
| Mon, 2008-04-14 19:30 | |
|
Hi, the sequence that I use from 1 open call to another is : iSocket.open() thanks in advance, Uri |
|
| Mon, 2008-04-14 19:30 | |
|
Hi, the sequence that I use from 1 open call to another is : iSocket.open() thanks in advance, Uri |
|
Forum posts: 587
One reason might be that since R -objects are handles to objects in an external server process, the server has not yet completed closing of the R -object. You might have to wait for a file, and then try again.