mdns_cpp
mdns_cpp copied to clipboard
no timeout for select() in MainLoop thread
I guess it make sense: there is no timeout for select specified. So program will never shutdown or shutdown if there will be no activity on the network.
https://github.com/gocarlos/mdns_cpp/blob/05b181ca2b3920b787287a291fae326ecd0ef019/src/mdns.cpp#L440