From: Kursat on

Hi,

I have an IOCP based named pipe server. The communication is message based
and asynchronous. Most of the time, the server works without any problem but
sometimes something odd happens: The server stops receiving messages and
accepting connections. When I look at the handle's property in Process
Explorer I see "References : 1, Handles: 1" while I see "References:2,
Handles:1" while everything is ok. The decrease in the refence count says
something but I can't grasp it. Do you have any idea?

Thanks in advance.