mdns_cpp icon indicating copy to clipboard operation
mdns_cpp copied to clipboard

no timeout for select() in MainLoop thread

Open MikeTuev opened this issue 2 years ago • 0 comments

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

MikeTuev avatar Jun 16 '23 12:06 MikeTuev