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

Runtime RPC sync failures #10292

Merged
merged 5 commits into from
Jan 13, 2025
Merged

Runtime RPC sync failures #10292

merged 5 commits into from
Jan 13, 2025

Conversation

Al2Klimov and others added 5 commits January 13, 2025 10:23
The .ti files call `DependencyGraph::AddDependency(this, service.get())`. Obviously, `service.get()` is the parent and `this` (Downtime, Notification, ...) is the child. The DependencyGraph terminology should reflect this not to confuse its future users.
This saves dynamic_cast<ConfigObject*> + if() on every item of GetChildren().
@cla-bot cla-bot bot added the cla/signed label Jan 13, 2025
@yhabteab yhabteab added this to the 2.14.4 milestone Jan 13, 2025
@yhabteab yhabteab requested review from Al2Klimov and oxzi January 13, 2025 09:43
@yhabteab yhabteab removed the request for review from oxzi January 13, 2025 13:43
@yhabteab yhabteab merged commit f53e534 into support/2.14 Jan 13, 2025
23 checks passed
@yhabteab yhabteab deleted the rpc-sync-failures branch January 13, 2025 13:44
@Al2Klimov Al2Klimov mentioned this pull request Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants