becvert / cordova-plugin-zeroconf

Cordova ZeroConf Plugin
MIT License
81 stars 57 forks source link

Unwatch never send success callback #39

Closed home-grown-engineer closed 7 years ago

home-grown-engineer commented 7 years ago

Hello!

I notice that unwatch function never send success callback.

never-unwatch

My code

return new Promise((resolve, reject) => this.zeroconf.unwatch(this.config.connection_type, this.config.domain, (result) => resolve(result), (err) => reject(err)));

Right now Im usingservice.closeforunwatch`.

becvert commented 7 years ago

OK thank you