Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.1
-
None
-
Unknown
Description
When a client is closed/destroyed, it calls getConduitSelector().selectConduit(...) so that it can close the conduit. If the client has never been used, that can cause a conduit to be created, the ConduitInitatorManager in the bus to be loaded, etc... which is wasteful and could cause issues if the bus has been shutdown, etc... It would be good to avoid that if the conduit has never been used.