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
Shouldn't this read ResetSharedConnection instead of StartSharedConnection:
ResetSharedConnection
StartSharedConnection
connectedhomeip/src/platform/Darwin/DnssdHostNameRegistrar.cpp
Line 275 in 49d7b42
The callback will be invoked on interface changes and will fail since the connection already exists.
The text was updated successfully, but these errors were encountered:
As you may have guessed I have written the code for this method but apparently I did a typo while cleaning up my changes. Thanks for catching it!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Shouldn't this read
ResetSharedConnection
instead ofStartSharedConnection
:connectedhomeip/src/platform/Darwin/DnssdHostNameRegistrar.cpp
Line 275 in 49d7b42
The callback will be invoked on interface changes and will fail since the connection already exists.
The text was updated successfully, but these errors were encountered: