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: workaround not needed a


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated: workaround not needed anymore?
Date: Sun, 23 Jun 2019 20:49:31 +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 e11c4d3  workaround not needed anymore?
e11c4d3 is described below

commit e11c4d34c207de5af6ed61446ebbcbf968aed9b7
Author: lurchi <address@hidden>
AuthorDate: Sun Jun 23 20:48:27 2019 +0200

    workaround not needed anymore?
---
 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]