andriydruk / RxDNSSD

Android version of mDNSResponder
Apache License 2.0
297 stars 75 forks source link

RxDNSSD do not work in some Wifi & subscription.unsubscribe() not calls when I turn OFF WIFI/HotSpot #197

Open RahilRK opened 3 years ago

RahilRK commented 3 years ago
  1. I have 2 wifi connection in my office, I had tested RxDNDSSD and it works well in one Wifi and Mobile HotSpot but in other wifi it dont register and dont browse/discover anything. I am using latest version.
  2. subscription.unsubscribe() ; never calls when I turn off WIFI/HotSpot so Service never lost/still visible in other device in RxDNDSSD.
  3. Take too long to lost, I am using in BG service.
andriydruk commented 3 years ago
  1. Work of RxDNSSD heavily depends on network settings. If the admin of the network prohibited broadcasting, DNSSD wouldn't work at all. Please compare to another library/app (For example http://www.tildesoft.com/)
  2. Library doesn't manage connectivity status. You should manage it on your side in the application.
  3. Do you make unregister? Could you reproduce the issue in the sample app?