Re: Implementing a cancelable task
Alessio Vanni <[email protected]> Fri, 24 Jul 2020 22:08:39 +0200
| Newsgroups | gmane.network.gnunet.general |
|---|---|
| Message-ID | <[email protected]> |
Christian Grothoff <[email protected]> writes: > I'm still not exactly sure what you are doing, but indeed putting an ID > into the request and the reply is a very common pattern that is almost > never wrong ;-). I guess without seeing the rest of the code it might be unclear but that aside, I'll use the ID-into-the-message trick and see if I can build some way to prevent as many abuses as possible. Thanks for everything, A.V.