Hi all, when a server receives an UNBLOCK pulse, how does it determine whether to use EINTR or ETIMEDOUT for the MsgError status ? Thanks, - Thomas
For server it's always EINTR (as this is what it's doing). And client is free to ignore server's error code and return ETIMEDOUT if it knows that's the real case of operation abort.