first, i'm not sure if I'm doing something wrong or your code is intended to be used differently.
But as far as i can tell, if an answer to a query is received using mdns_discovery_recv in a while-loop, as in your example query_callback is called only once. However, I don't see a method to extract the information of other than the first record in that callback.
Hello,
first, i'm not sure if I'm doing something wrong or your code is intended to be used differently.
But as far as i can tell, if an answer to a query is received using mdns_discovery_recv in a while-loop, as in your example query_callback is called only once. However, I don't see a method to extract the information of other than the first record in that callback.