j
Size: a a a
j
j
OS
j
DR
j
OS
j
j
j
B
exhaustMap(refreshToken =>
this.authService.refresh$(refreshToken)
.pipe(
filter(() => false),
catchError((error: HttpErrorResponse) => {
if (error.status === 401) {
return of(authStartLogout());
}
return EMPTY;
}),
),
),
IF
OS
exhaustMap(refreshToken =>
this.authService.refresh$(refreshToken)
.pipe(
filter(() => false),
catchError((error: HttpErrorResponse) => {
if (error.status === 401) {
return of(authStartLogout());
}
return EMPTY;
}),
),
),
С
IF
B
OS
DT
OS
DT