quickfix
quickfix copied to clipboard
add feat: acceptor template
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.