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
// The above failure should cause driver to call Backoff.Next() again and a backoff duration of 400 ms duration is set starting at the 200th millisecond.
3061
-
// For the 200-599 ms, the backoff condition is true, and new controller publish requests will be deined.
3062
+
// The above failure should cause driver to call backoff.next() again and a
3063
+
// backoff duration of 400 ms duration is set starting at the 200th
3064
+
// millisecond. For the 200-599 ms, the backoff condition is true, with an
3065
+
// internal error this time, and new controller publish requests will be
// The above failure should cause driver to call Backoff.Next() again and a backoff duration of 400 ms duration is set starting at the 200th millisecond.
3217
-
// For the 200-599 ms, the backoff condition is true, and new controller publish requests will be deined.
3222
+
// The above failure should cause driver to call backoff.next() again and a
3223
+
// backoff duration of 400 ms duration is set starting at the 200th
3224
+
// millisecond. For the 200-599 ms, the backoff condition is true, with an
3225
+
// internal error this time, and new controller publish requests will be
0 commit comments