gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-nim] branch master updated: Revert "Revert "workaro


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated: Revert "Revert "workaround not needed anymore?""
Date: Mon, 24 Jun 2019 13:44:41 +0200

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

lurchi pushed a commit to branch master
in repository gnunet-nim.

The following commit(s) were added to refs/heads/master by this push:
     new eca5936  Revert "Revert "workaround not needed anymore?""
eca5936 is described below

commit eca59367655fd1a744e114584b121c3e147c2bdd
Author: lurchi <address@hidden>
AuthorDate: Mon Jun 24 13:43:41 2019 +0200

    Revert "Revert "workaround not needed anymore?""
    
    This reverts commit b2618ae095b2678381ebbe7997b1392646846c07.
---
 src/gnunet_nim/cadet.nim | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/gnunet_nim/cadet.nim b/src/gnunet_nim/cadet.nim
index b9fe0b7..665b5cd 100644
--- a/src/gnunet_nim/cadet.nim
+++ b/src/gnunet_nim/cadet.nim
@@ -27,9 +27,6 @@ proc channelDisconnectCb(cls: pointer,
   let channel = cast[ptr CadetChannel](cls)
   channel.handle = nil
   channel.messages.complete()
-  # workaround: if poll in main is called with a timeout > 0, the stream 
reader is
-  # not notified about the end of the stream (Nim bug?). So call poll here, 
too.
-  poll(0)
 
 proc channelConnectCb(cls: pointer,
                       gnunetChannel: ptr GNUNET_CADET_Channel,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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