Skip to content

[IOS] zeroconf can't find new services after switch wifi #82

@seanyang1984

Description

@seanyang1984

After switch wifi, the failure callback will be called.
After that the zeroconf can't find new services.

I have tried:
this.zf.watch('_http._tcp.', 'local.', (result) => {
}, (ec) => {
// After switch wifi, this failure callback will be called.
console.log("zf error: ",ec);
this.zf.reInit();
});

but it does't work

Steps to reproduce:

connect wifi1
start app
switch to wifi2
4.check app

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions