gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: Revert "fix: long polling doesnt wait"


From: gnunet
Subject: [taler-wallet-core] 01/02: Revert "fix: long polling doesnt wait"
Date: Wed, 28 Sep 2022 19:07:46 +0200

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

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

commit 37243d4d8c241f971fe7524b0976e1b76b0e654d
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Sep 28 19:04:42 2022 +0200

    Revert "fix: long polling doesnt wait"
    
    This reverts commit 4382e090ab5ce3e09366736577101c3e9f8e6161.
---
 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 c3acf1794..4323f68f5 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:
-        return await storeOperationPending(ws, opId);
+        break;
     }
   } 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]