quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

`LostLogoutTest`, `LostLogoutThreadedTest`, `SocketAcceptorTest` use a fixed port

Open chrjohn opened this issue 3 years ago • 0 comments

This should be changed to a dynamic port to prevent BindExceptions because that port is already in use.

See for example https://github.com/quickfix-j/quickfixj/blob/48ea859f55904643a9059b91b37611e4424c6248/quickfixj-core/src/test/java/quickfix/SocketAcceptorTest.java#L208

chrjohn avatar May 17 '22 08:05 chrjohn