quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

Optionally close incoming connection when `Session` is not enabled

Open chrjohn opened this issue 4 years ago • 0 comments
trafficstars

Follow up to #360 where an incoming connection is rejected via a Logout message when the session is not enabled.

It should also be possible to just close the incoming connection in AcceptorIoHandler when the session's enabled flag is false. Probably it would be best if this was configurable.

https://github.com/quickfix-j/quickfixj/blob/77f21e77fd7229e0a08c983d376ba5a2ee1bede3/quickfixj-core/src/main/java/quickfix/mina/acceptor/AcceptorIoHandler.java#L62-L69 ...

chrjohn avatar Apr 24 '21 22:04 chrjohn