channel problem in Neutrino 2 on x86

Hello,
I have two simple proceses, server and client, when client terminates
without calling ConnectDetach(), server in MsgReceive receives some messege,
_msg_info.msglen is 4 for this msg. It is some special message or something
else ? What should I do with this message?
Thanks
Marek
marek.wawrzyniak@mikronika.com.pl

Marek <marek@mikronika.com.pl> wrote:

Hello,
I have two simple proceses, server and client, when client terminates
without calling ConnectDetach(), server in MsgReceive receives some messege,
_msg_info.msglen is 4 for this msg. It is some special message or something
else ? What should I do with this message?

It’s a IO_CLOSE, send by procnto on behalf of client. So server
won’t mess up. There also will/could be a DISCONECT pulse comming
in, if the server choose to accept so (_NTO_CHF_DISCONNECT).

-xtang