Arda Ilgaz

Results 7 comments of Arda Ilgaz

@amirmatin, I solved this by calling ``` componentDidMount() { this.zeroconf.removeDeviceListeners(); this.zeroconf.addDeviceListeners(); } ``` and then again calling ```this.zeroconf.removeDeviceListeners(); ``` on resolve function.

@Apercu Yes, however I was building the Zeroconf Object and using the resolve function on the constructor, if that makes a difference...

@wangghon In my case it is not logging "obfuscating..." because it actually returns before as resultCanBeObfuscated is false all the time, never runs the line ```if (resultCanBeObfuscated && filter(props.filename, props.src))...

Wanted to bump this, anybody found a workaround?

Experiencing the same