Christoph John

Results 221 comments of Christoph John

Hard to tell what causes this but the logon and heartbeat timeouts look like a thread is blocked that would normally process these messages. A thread dump would be helpful.

BTW you could also use another connection pool instead of Proxool. Also see here #607

@david-gibbs-ig thanks for the link. :+1: I didn't know it but I wanted to find out if that is possible since it would be good to keep the commit history.

@david-gibbs-ig But I think that I need to increase the version number to the next major number (i.e. 3.0.0), otherwise it will probably cause problems when it's released under the...

This was fixed in #185 , don't know why it wasn't closed automatically.

Did you see my comment? https://github.com/quickfix-j/quickfixj/pull/777#discussion_r1548045908

Did I miss the announcement that this is going to be no longer supported? Our test suite is also failing for JDK8 on MacOS with `setup-java@v4`. https://github.com/quickfix-j/quickfixj/actions/runs/8811578898/job/24194984329

Thanks @philipwhiuk , in my opinion I'd go for option 2. Since these are internal methods it shouldn't be a problem.

It's just a test app so could be that not all cases are implemented. Are you able to provide a PR?

I don't understand fully what's going on here. > If there is a HB generated while the logon is being processed, Why should a heartbeat be generated if there is...