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

tv-casting-app: Increasing EMBER_BINDING_TABLE_SIZE from 10 to 64 #256

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

sharadb-amazon
Copy link
Owner

Problem

If the tv-casting-app is commissioned by many Matter TVs, it seems it can run out of space in the Binding table that is cached on disk. This leads to issues during commissioning where the app does not find a nodeId corresponding to a fabricIndex because the binding table overflowed.

Change summary

Increased EMBER_BINDING_TABLE_SIZE from 10 to 64

Testing

Built and tested with the iOS tv-casting-app against the Linux tv-app

Copy link

All PRs require an issue to be accepted, please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added app and removed examples labels Jan 19, 2024
@sharadb-amazon sharadb-amazon force-pushed the v1.0.0-branch-binding-size branch from b319866 to ea69ffd Compare January 19, 2024 18:28
@github-actions github-actions bot removed the app label Jan 19, 2024
Copy link

All PRs require an issue to be accepted, please link an issue or mention it in the body using #<issue_id>

@sharadb-amazon sharadb-amazon merged commit 9483084 into v1.0.0-branch Jan 25, 2024
5 of 86 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants