fix: long polling doesnt wait
This commit is contained in:
parent
7ce1cea1c7
commit
4382e090ab
@ -407,7 +407,7 @@ export async function runOperationWithErrorReporting(
|
|||||||
case OperationAttemptResultType.Pending:
|
case OperationAttemptResultType.Pending:
|
||||||
return await storeOperationPending(ws, opId);
|
return await storeOperationPending(ws, opId);
|
||||||
case OperationAttemptResultType.Longpoll:
|
case OperationAttemptResultType.Longpoll:
|
||||||
break;
|
return await storeOperationPending(ws, opId);
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof TalerError) {
|
if (e instanceof TalerError) {
|
||||||
|
Loading…
Reference in New Issue
Block a user