-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.0.4
-
Component/s: Connection Management, Monitoring
-
None
The check for connection.isClosed() should come before the check for previous generation. If a connection is closed, the generation will be incremented when that happens, so the check for connection.isClosed() will never be reached.