quickfix
quickfix copied to clipboard
Manage dynamic sessions the same as common sessions for acceptor
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.