You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was debugging my code to see why a certain "low-priority" rule was taken instead of a high-priority one and found that route prioritization (in RouterNanoHTTPD) uses PriorityQueue, which, according to the JavaDoc, does not return the elements in any particular order.
The text was updated successfully, but these errors were encountered:
I was debugging my code to see why a certain "low-priority" rule was taken instead of a high-priority one and found that route prioritization (in RouterNanoHTTPD) uses PriorityQueue, which, according to the JavaDoc, does not return the elements in any particular order.
The text was updated successfully, but these errors were encountered: