File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -602,9 +602,9 @@ class ClusterLoadReportMap {
602
602
* Get the indicated map entry if it exists, or create a new one if it does
603
603
* not. Increments the refcount of that entry, so a call to this method
604
604
* should correspond to a later call to unref
605
- * @param clusterName
606
- * @param edsServiceName
607
- * @returns
605
+ * @param clusterName
606
+ * @param edsServiceName
607
+ * @returns
608
608
*/
609
609
getOrCreate ( clusterName : string , edsServiceName : string ) : ClusterLoadReport {
610
610
for ( const statsObj of this . statsMap ) {
@@ -924,8 +924,8 @@ class XdsSingleServerClient {
924
924
}
925
925
926
926
onLrsStreamReceivedMessage ( ) {
927
- this . adsBackoff . stop ( ) ;
928
- this . adsBackoff . reset ( ) ;
927
+ this . lrsBackoff . stop ( ) ;
928
+ this . lrsBackoff . reset ( ) ;
929
929
}
930
930
931
931
handleLrsStreamEnd ( ) {
You can’t perform that action at this time.
0 commit comments