gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 273/324: nse/client: Use 'spawn' instead of hardcoding '


From: gnunet
Subject: [gnunet-scheme] 273/324: nse/client: Use 'spawn' instead of hardcoding 'spawn-fiber'.
Date: Tue, 21 Sep 2021 13:25:13 +0200

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit aced6ce78aa61f4a675c4ab494174570f2ded5ea
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Sep 12 16:21:51 2021 +0200

    nse/client: Use 'spawn' instead of hardcoding 'spawn-fiber'.
    
    * gnu/gnunet/nse/client.scm (reconnect): Spawn 'request-close-handler'
      with 'spawn' instead of 'spawn-fiber'.
---
 gnu/gnunet/nse/client.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/nse/client.scm b/gnu/gnunet/nse/client.scm
index fa7d4e2..6f52a83 100644
--- a/gnu/gnunet/nse/client.scm
+++ b/gnu/gnunet/nse/client.scm
@@ -190,7 +190,7 @@ even if not connected.  This is an idempotent operation."
       (define mq (connect/fibers config "nse" handlers error-handler
                                 #:spawn spawn))
       (signal-condition! mq-defined)
-      (spawn-fiber request-close-handler))
+      (spawn request-close-handler))
 
     (define* (connect config #:key updated connected disconnected
                      (spawn spawn-fiber) #:rest rest)

-- 
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]