Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e866fda5 authored by Jack Yu's avatar Jack Yu
Browse files

Fixed infinite loop in retry manager

Added a safer check to detect the case when all APNs
are permanently failed. The complexity changes from
O(N) to O(N^2). Most of the time N=1 and was never
greater than 3, so this should not affect the performance.

Fix: 157187054
Test: RetryManager unit tests
Change-Id: I74af173c5d10b4f4f7b26d8d931e9b920297f37e
parent f8462eb1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment