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
Fix redundant code in LBStrategyWP2.getCandidate()
Remove unnecessary logic from getCandidate() since WP2 uses getWeightedCandidate()
instead. The function now simply satisfies the LBStrategy interface requirement
with minimal implementation.
0 commit comments