We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find Implementation Details Initialization: this.zeroconf = new Zeroconf() this.zeroconf?.scan('http', 'tcp', 'local.') this.zeroconf?.on('start', this.onLocalScanningStart) this.zeroconf?.on('stop', this.onLocalScanningStop) this.zeroconf?.on('resolved', this.onDeviceDetected) this.zeroconf?.on('error', this.onErrorInLocalScanning) this.zeroconf?.on('remove',(name)=>this.onRemove(name))
Force Rescan this.zeroconf?.stop() this.zeroconf?.removeDeviceListeners?.() this.zeroconf = null setTimeout(() => { this.initZeroConfig() },1000)
Please let me know solution. Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Find Implementation Details
Initialization:
this.zeroconf = new Zeroconf()
this.zeroconf?.scan('http', 'tcp', 'local.')
this.zeroconf?.on('start', this.onLocalScanningStart)
this.zeroconf?.on('stop', this.onLocalScanningStop)
this.zeroconf?.on('resolved', this.onDeviceDetected)
this.zeroconf?.on('error', this.onErrorInLocalScanning)
this.zeroconf?.on('remove',(name)=>this.onRemove(name))
Force Rescan
this.zeroconf?.stop()
this.zeroconf?.removeDeviceListeners?.()
this.zeroconf = null
setTimeout(() => {
this.initZeroConfig()
},1000)
Version: react-native-zeroconf: 0.13.7
Please let me know solution. Thanks
The text was updated successfully, but these errors were encountered: