Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0, 1.0.1
-
None
-
seen in java binding 1.0.1, presumed in csharp binding as well, and version 1.0.0 of both of those.
Description
when the free pool detects that the number of threads in the thread group has been exceeded, the exception that is thrown isn't returned to the message sender, but instead hits the message receiver thread at the lowest level, causing it to take the connection down. this problem occurs in StubBase.java or .cs as it tries to dispatch the message.