Quickfixj session reconnect delay #790
Replies: 3 comments 9 replies
|
There is So the question is on which issue it immediately reconnects? Do you have an example? |
|
It seems that we have some another problem... Example logs `//Last messages exchange before disconnect //Disconnect... FIXT.1.1:INITIATOR->ACCEPTOR: 8=FIXT.1.1\u00019=97\u000135=A\u000134=101\u000149=INITIATOR\u000152=20240410-07:46:26.467\u000156=ACCEPTOR\u000198=0\u0001108=30\u000110=063\u0001 |
|
Maybe we need delay between Logon and sending ResendRequest messages? |
Uh oh!
There was an error while loading. Please reload this page.
I have a fix session to external provider established using quickfixj lib as Initiator role.
Provider's session requires only one active connection.
On some connection issues my app tries reconnect immediately.
But provider session needs some timeout, before killing previous connection.
Is that possible to configure "reconnect delay" in quickfixj properties file?
All reactions