Skip to content

✨ feat: Add multi-threaded socket acceptor and initiator support #26

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

arthurlm
Copy link
Owner

@arthurlm arthurlm commented Jun 28, 2025

Add experimental support for ThreadedSocketAcceptor and ThreadedSocketInitiator.

This implementation are available through experimental-multi-thread-support feature flag on quickfix crate.

This PR introduce breaking changes in quickfix library API.

Related issues: #25

arthurlm added 4 commits June 28, 2025 15:17
Rename SocketAcceptor to Acceptor, and SocketInitator to Initator.
The idea is to provide support for Threaded version of this classes.

BREAKING CHANGE: 🧨 API Change
Copy link

codecov bot commented Jun 28, 2025

Codecov Report

Attention: Patch coverage is 80.76923% with 5 lines in your changes missing coverage. Please review.

Project coverage is 92.58%. Comparing base (1ee16fe) to head (cba08af).

Files with missing lines Patch % Lines
quickfix/src/acceptor.rs 81.81% 2 Missing ⚠️
quickfix/src/initiator.rs 81.81% 2 Missing ⚠️
quickfix/src/lib.rs 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
- Coverage   92.73%   92.58%   -0.16%     
==========================================
  Files          38       38              
  Lines        2162     2063      -99     
  Branches     2162     2063      -99     
==========================================
- Hits         2005     1910      -95     
+ Misses         85       82       -3     
+ Partials       72       71       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant