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
mana: return early in save() when there are no endpoints (#2515)
#2461 found a bug in MANA's keepalive implementation, where we can race
on an empty collection which results in a divide by zero in
futures-concurrency. This checks for that condition and returns early if
there are no endpoints configured.
0 commit comments