Community
Participate
Working Groups
Build Identifier: ECF 3.5.2 In constructor TCPServerSOContainer(ISharedObjectContainer config, TCPServerSOContainerGroup grp, int keepAlive) the passed grp arg is ignored because the if statement "if (group == null)" checks on the member "group" (which is always null at construction) while the if statement should check on the argument "grp". Reproducible: Always
Thanks for the report. Fix released to master: http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/commit/?id=802a36515ed19c09ecc09161d959a505d427a651 Resolving as fixed.