gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix: long polling doesnt wait


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix: long polling doesnt wait
Date: Wed, 28 Sep 2022 18:38:47 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 4382e090a fix: long polling doesnt wait
4382e090a is described below

commit 4382e090ab5ce3e09366736577101c3e9f8e6161
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Sep 28 13:38:36 2022 -0300

    fix: long polling doesnt wait
---
 packages/taler-wallet-core/src/wallet.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index 4323f68f5..c3acf1794 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -407,7 +407,7 @@ export async function runOperationWithErrorReporting(
       case OperationAttemptResultType.Pending:
         return await storeOperationPending(ws, opId);
       case OperationAttemptResultType.Longpoll:
-        break;
+        return await storeOperationPending(ws, opId);
     }
   } catch (e) {
     if (e instanceof TalerError) {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]