Re: [GNUnet-developers] GNS lookup not found.

2017-05-06 Thread Christian Grothoff
On 05/06/2017 09:57 PM, Mike Mestnik wrote: > Hello, > I'm assuming that a GNS lookup sleeps forever if the record doesn't > exist. Well, not exactly "sleeps", but "tries finding it forever" would be right, and yes, there is lots of sleeping involved at that point. > For joining irc channels a

[GNUnet-developers] GNS lookup not found.

2017-05-06 Thread Mike Mestnik
Hello, I'm assuming that a GNS lookup sleeps forever if the record doesn't exist. For joining irc channels a non-existing record means that the record should be created. How long should I wait for an record found event? Are there any examples of behaviour like this that I can borrow from? Tha