Closed foxbow closed 5 years ago
In mpc_search, remove progressMsg and set message in ->argument instead. Then set found->state to search_error to enable returning the message immediately. Or do an explicit lock/progress/send in server.
Looks good so far.
treating search asynchronously begs for problems with a stateless protocol. Implement search as an update message so the search results must be in the matching reply and reach the proper client.