quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

add feat: acceptor template

Open haoyang1994 opened this issue 6 months ago • 0 comments

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.

haoyang1994 avatar Aug 14 '24 15:08 haoyang1994