gnunet-developers
[Top][All Lists]
Advanced

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

Re: [GNUnet-developers] gnunet-nim bug on "removed cadet option"


From: t3sserakt
Subject: Re: [GNUnet-developers] gnunet-nim bug on "removed cadet option"
Date: Tue, 30 Jul 2019 06:42:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Icedove/52.9.1

Hey Marcos,

did you update GNUnet?

Which revisions of groupchat, gnunet-nim and GNUnet do you use?

Happy hacking!

t3sserakt


On 30.07.2019 00:22, Marcos Marado wrote:
Hi,

I haven't had time to debug this too much, but either gunet-nim's latest commit,
"removed cadet option"[1], is buggy, or at least the only good example I know
of it (groupchat) needs to be updated to work with it.

With that commit on gnunet-nim, groupchat's client will get a server message
without data, and enter this 'if not' clause:

proc processServerMessages(channel: ref CadetChannel, tui: Tui) {.async.} =
  while true:
    let (hasData, message) = await channel.messages.read()
    if not hasData:
      shutdownGnunetApplication()


Best regards,
--
Marcos Marado


_______________________________________________
GNUnet-developers mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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