Hi<div><br></div><div>Vortex send APIs are asynchronous in nature. I see that SEND APIs (APIs to send MSG or any type of reply) simply add the message to queue maintained by sequencer thread. This means that if an application invokes a SEND API it is not guaranteed that message is actually written to socket. Is there a way for application to find out when the complete message is written to socket?</div>
<div><br></div><div>I searched vortex code to look for such an API and found the following API &quot;vortex_channel_wait_until_sent&quot;. Does this API provide the same functionality that I am looking for? If so, is the API intended to work only for messages of type MSG or to messages of type RPY, ANS etc as well? The API documentation says it is an internal API but still it is defined .def file so I am assuming it can be used.</div>
<div><br></div><div>Thanks</div><div>Subrahmanya</div>