Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
None
Description
RequestWindow maintains a PriorityQueue of BoshRequests. From the JDK javadoc: "iterator() is not guaranteed to traverse the elements of the priority queue in any particular order".
But the current impl relies on ordered traversal.
Attachments
Issue Links
- is depended upon by
-
VYSPER-328 Infinite loop in requestExpired()
- Resolved