Open
Description
From @edsko on September 24, 2012 12:38
When one CH process A monitors another B, it expects to be notified if the connection between them breaks, even when A never sends anything to B (but only receives messages from B). This means that it is not enough to rely on send
to detect network problems. This can be solved at the CH level or at the NT level.
Copied from original issue: #32