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

Fix reading controller node ID from storage #6520

Merged
merged 1 commit into from
May 6, 2021

Conversation

pan-apple
Copy link
Contributor

Problem

The CHIP iOS framework is not reading correct controller node ID from the storage.

Summary of Changes

The controller is passing node ID as integer to storage API, but on read it's trying to parse as a string.
This PR removes the code that parses the ID as string.

@boring-cyborg boring-cyborg bot added the darwin label May 6, 2021
@andy31415 andy31415 merged commit 587b490 into project-chip:master May 6, 2021
@pan-apple pan-apple deleted the parsing-controller-nodeid branch May 6, 2021 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants