Skip to content
New issue

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

Discovery not working on macOS #63

Open
chaeMil opened this issue Feb 24, 2024 · 0 comments
Open

Discovery not working on macOS #63

chaeMil opened this issue Feb 24, 2024 · 0 comments
Labels
needs triage Not yet verified

Comments

@chaeMil
Copy link

chaeMil commented Feb 24, 2024

Description

Tested with my app or the example. The discovery seems to work in the native part of the library. Since its logging that it discovered the service. But its not added to the discovery object on the Flutter side.

these are the logs:

[MethodChannelNsdPlatform] [2024-02-24 20:50:59.985984] [calls] Call: startDiscovery {handle: 8ae9129e-c4d9-4ad8-9475-88acb22fcda2, service.type: _konfliktServer._tcp}
[MethodChannelNsdPlatform] [2024-02-24 20:50:59.986988] [calls] Callback: onDiscoveryStartSuccessful {handle: 8ae9129e-c4d9-4ad8-9475-88acb22fcda2}
[MethodChannelNsdPlatform] [2024-02-24 20:50:59.989021] [calls] Callback: onServiceDiscovered {service.name: KonfliktServer, service.host: null, handle: 8ae9129e-c4d9-4ad8-9475-88acb22fcda2, service.type: _konfliktServer._tcp}
[MethodChannelNsdPlatform] [2024-02-24 20:50:59.989916] [calls] Call: resolve {handle: d3e7ac9e-cf6f-47c4-9f89-6aa4a76892d8, service.name: KonfliktServer, service.type: _konfliktServer._tcp, service.host: null, service.port: null, service.txt: null}
[MethodChannelNsdPlatform] [2024-02-24 20:51:04.992259] [calls] Call: stopDiscovery {handle: 8ae9129e-c4d9-4ad8-9475-88acb22fcda2}
[MethodChannelNsdPlatform] [2024-02-24 20:51:04.993085] [calls] Callback: onDiscoveryStopSuccessful {handle: 8ae9129e-c4d9-4ad8-9475-88acb22fcda2}

Scenario

Other (please describe above)

Platform

macOS

@chaeMil chaeMil changed the title Discovery not workin on macOS Discovery not working on macOS Feb 24, 2024
@sebastianhaberey sebastianhaberey added the needs triage Not yet verified label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Not yet verified
Projects
None yet
Development

No branches or pull requests

2 participants