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
Removing pause would let us extract the goroutine in func main into its own function, so it looks like a win-win scenario. Hopefully Jeff and Adam will agree.
pause
andinFailOver
are both only true when actively failing over, so can't we removepause
and just useinFailOver
to signal that condition?The text was updated successfully, but these errors were encountered: