Short question on AddSearchMessages. In the documentation, it is stated that:
> AddSearchMessage initiates a file search by broadcasting a search request for the given keywords and waits for responses
In a network with no matching searches, no responses would be received. On the other hand, "responses" is also fairly ambiguous since (i would assume) the "found 2 files" criteria of budget=0 searches does not apply when budget != 0 - and as such, how many responses would be enough to return from the search call?
Both of these naturally lead to the assumption that we probably should implement a timeout period for executing the search. Would this be correct?
- Morten