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

Optimize bind refresh #772

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Optimize bind refresh #772

merged 5 commits into from
Nov 20, 2024

Conversation

ekoby
Copy link
Member

@ekoby ekoby commented Nov 20, 2024

[fixes #769]

@ekoby ekoby requested a review from a team as a code owner November 20, 2024 21:01
@@ -55,6 +55,9 @@ typedef struct {
uint8_t *value;
} hdr_t;

#define var_header(id, var) header(id, sizeof(var), &(var))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not to use these on the connect side too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eventually they'll make it there

@ekoby ekoby merged commit 4c0253a into main Nov 20, 2024
11 checks passed
@ekoby ekoby deleted the optimize-bind-refresh branch November 20, 2024 23:25
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.

avoid superfluous service binding refreshes
2 participants