Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1
-
None
Description
Listening IO Reactor worker threads could be blocked while pass through large messages if exception occurred in the TargetHandler. Currently if exception occurred then fault messages are propagated to Fault Sequence but does not inform weather it is a writer error or reader error which could be caused IO worker threads being spinning for condition in Pipe.flushContent() .