bonjour icon indicating copy to clipboard operation
bonjour copied to clipboard

Service can't resolve on Android

Open jaumard opened this issue 7 years ago • 8 comments

I have an application that use your module like this:

bonjour.publish({
    name: 'LISA', type: 'http', port: app.config.web.port
  })

On my Android application, I use the standard API (https://developer.android.com/training/connect-devices-wirelessly/nsd.html), the service is found but in order to have the host/port we need to call mNsdManager.resolveService and pass the retrieved service. The problem is nothing append at all no onResolveFailed or onServiceResolved... just nothing. Did I miss something ?

jaumard avatar Nov 29 '16 19:11 jaumard