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

add feat: acceptor template #662

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

Conversation

haoyang1994
Copy link
Contributor

@haoyang1994 haoyang1994 commented Aug 14, 2024

Ref #661. Dynamic sessions are unregistered when a session disconnects, and messages cannot be sent to those sessions afterward.

This PR introduces a new feature, similar to the acceptor template in QuickFIX/J, which allows dynamic sessions to be created and retained in the registry even if the session disconnects. The existing dynamic session code has not been removed in this PR, to preserve the ability to create short-lived dynamic sessions.

Stores like FileStore and JdbcStore have also been modified accordingly.

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