Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
5.9.8, 5.13.1
Description
In a big application that handles thousands of connections, 04d6495bf773a6bb0d4fa6980df22d3b81a605b0 caused noticeable drop in performance. Simply changing the counter in nextDescriptor() to start from 1 instead of doing addition seems to resolve the issue.