Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.2
-
None
Description
It is possible that the method inBatchMode() returns true and meanwhile the connection will be closed.
Closing the Connection and removing it from BatchMode is not synchronized. I must check if we can handle it by order the close and remove.