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

Cleanup strand binding in socket class #4498

Merged

Conversation

pwojcikdev
Copy link
Contributor

This removes unnecessary double binding to strand (doing both boost::asio::post (strand, ...) and boost::asio::bind_executor (strand, ...) is unnecessary, unless it's the completion handler). Additionally there is some code cleanup.

@pwojcikdev pwojcikdev merged commit 88d27d8 into nanocurrency:develop Mar 18, 2024
19 of 27 checks passed
@pwojcikdev pwojcikdev deleted the networking-fixes-double-binding branch March 18, 2024 19:18
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