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

Fixes TSAN issues. #4547

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Fixes TSAN issues. #4547

merged 2 commits into from
Apr 9, 2024

Conversation

clemahieu
Copy link
Contributor

TSAN identified issues in peer_container.tcp_channel_cleanup_works and node.fork_keep

@clemahieu clemahieu merged commit c8fb3a5 into nanocurrency:develop Apr 9, 2024
23 of 26 checks passed
{
auto outer_node = std::make_shared<nano::node> (system_a.io_ctx, nano::unique_path (), config_a, system_a.work, flags_a);
outer_node->start ();
system_a.nodes.push_back (outer_node);
Copy link
Contributor

Choose a reason for hiding this comment

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

By adding it to nodes, any subsequent nodes will connect to this node.
This should be added to the disconnected nodes set.

Copy link
Contributor

Choose a reason for hiding this comment

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

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.

2 participants