Hi, im trying to catch when an RSocket write method fail because network problems or otherwise, but my app keeps sending data over a connection i know is no longer valid, some body tellme that without reciving data i could check if my app is still connected via RSocket::RemoteName(IAddr) but dont know if this call is also asynchronous so i have to check it via RunL cycle, i use this call just to , if it is, i face a problem i need to check this every time before i send data, and my app is never going to recive something from outside, it only writes data. if you know how can i achive this, thanks a lot



