Please report new issues athttps://github.com/DOCGroup
on solaris/hpux ACE has stream pipes enabled (ACE_HAS_STREAM_PIPES). With stream pipes a message can be interrupted by a high priority message. At that moment spipe.recv receives MOREDATA or MORECTRL (or both as bitmask). The high priority message then should be read, the data of the low priority message has to be queued. The client logging handler doesn't handle this case and just does a shutdown at that moment. using the netsvcs client logging with stream pipes is really unusable in this state