From 507d0249f83c2074af798917c92c7303e41fe769 Mon Sep 17 00:00:00 2001 From: leejinho Date: Thu, 23 Jan 2020 14:45:21 +0900 Subject: [PATCH] =?UTF-8?q?#=20=EC=9D=B4=EC=8A=88=EC=B2=98=EB=A6=AC=20163?= =?UTF-8?q?=20=EA=B7=B8=EB=A3=B91,2=20=EC=86=8C=EC=86=8D=EB=B6=80=EC=84=9C?= =?UTF-8?q?=20=EC=9D=B8=EC=9B=90=20=EC=B6=94=EA=B0=80=20=ED=9B=84=201?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=82=AD=EC=A0=9C=EC=8B=9C=202=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=82=AD=EC=A0=9C=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/store/messenger/sync/effects.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/ucap-webmessenger-app/src/app/store/messenger/sync/effects.ts b/projects/ucap-webmessenger-app/src/app/store/messenger/sync/effects.ts index e760bb46..a6ea6f4a 100644 --- a/projects/ucap-webmessenger-app/src/app/store/messenger/sync/effects.ts +++ b/projects/ucap-webmessenger-app/src/app/store/messenger/sync/effects.ts @@ -9,7 +9,8 @@ import { map, withLatestFrom, switchMap, - tap + tap, + concatMap } from 'rxjs/operators'; import { Store, select } from '@ngrx/store'; @@ -163,7 +164,7 @@ export class Effects { tap(() => { groupList = []; }), - exhaustMap(req => { + concatMap(req => { return this.syncProtocolService.group2(req).pipe( map(res => { switch (res.SSVC_TYPE) { @@ -1082,7 +1083,7 @@ export class Effects { select((state: any) => state.messenger.sync.group2.syncDate as string) ) ), - exhaustMap(([req, syncDate]) => + concatMap(([req, syncDate]) => this.groupProtocolService.update2(req).pipe( map((res: GroupUpdateResponse) => { return group2({