Skip to content

Conversation

@hpn777
Copy link
Collaborator

@hpn777 hpn777 commented Feb 3, 2026

  • Convert resend_range() from sync to async
  • Collect messages upfront to release RefCell borrow before yield points
  • Yield every 64 messages via tokio::task::yield_now()
  • Prevents resend storms from blocking other FIX sessions
  • Add unit tests for resend_range functionality

…tions

- Convert resend_range() from sync to async
- Collect messages upfront to release RefCell borrow before yield points
- Yield every 64 messages via tokio::task::yield_now()
- Prevents resend storms from blocking other FIX sessions
- Add unit tests for resend_range functionality
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