quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Manage dynamic sessions the same as common sessions for acceptor

Open haoyang1994 opened this issue 6 months ago • 2 comments

In the current implementation, DynamicSession is unregistered when the connection is disconnected.

Since DynamicSession is unregistered, ErrUnknownSession will appear when the dynamic session is disconnected and the SendToTarget method is called.

DynamicSessions could be managed same as common sessions.

haoyang1994 avatar Aug 08 '24 07:08 haoyang1994